#68916B

Color #68916B Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #68916B

Tints of Laurel #68916B

Color information

#68916B (or 0x68916B) is unknown color: approx Laurel. HEX triplet: 68, 91 and 6B. RGB value is (104,145,107). Sum of RGB (Red+Green+Blue) = 104+145+107=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #68916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68916B is #976E94. Grayscale: #808080. Windows color (decimal): -9924245 or 7049576. OLE color: 7049576.

HSL color Cylindrical-coordinate representation of color #68916B: hue angle of 124.39º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68916B is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB104145107-
CMYK0.2800.260.43
HSL124.39º16.47%48.82%-
HSV(B)124.39º28.28%56.86%-
XYZ18.4924.2617.62-
YUV128.41115.92110.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=29.21%
G=40.73%
B=30.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451070.2800.260.43124.3916.4748.82
Hex68916B1C01A2B7c1031
Octal15022115334032531742061
Binary110100010010001110101111100011010101011111110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68916B; }

 p { color: rgb(104,145,107); }

 H1.HeaderClassName
 {
   color: #68916B;
 }
 .AnyTagClassName
 {
   color: #68916B;
 }
</style>
background-color css

<style>
 a { background-color: #68916B; }

 a { background-color: rgb(104,145,107); }

 div.DivClassName
 {
   background-color: #68916B;
 }
 .BgClassName
 {
   background-color: #68916B;
 }
</style>
border-color css

<style>
 span { border-color: #68916B; }

 span { border-color: rgb(104,145,107); }

 td.TdClassName
 {
   border-color: #68916B;
 }
 .TagClassName
 {
   border-color: #68916B;
 }
</style>