#68986E

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

Shades of Laurel #68986E

Tints of Laurel #68986E

Color information

#68986E (or 0x68986E) is unknown color: approx Laurel. HEX triplet: 68, 98 and 6E. RGB value is (104,152,110). Sum of RGB (Red+Green+Blue) = 104+152+110=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #68986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68986E is #976791. Grayscale: #848484. Windows color (decimal): -9922450 or 7247976. OLE color: 7247976.

HSL color Cylindrical-coordinate representation of color #68986E: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68986E is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB104152110-
CMYK0.3200.280.40
HSL127.5º18.9%50.2%-
HSV(B)127.5º31.58%59.61%-
XYZ19.7526.5318.83-
YUV132.86115.1107.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=28.42%
G=41.53%
B=30.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521100.3200.280.40127.518.950.2
Hex68986E2001C28801332
Octal15023015640034502002362
Binary11010001001100011011101000000111001010001000000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68986E; }

 p { color: rgb(104,152,110); }

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

<style>
 a { background-color: #68986E; }

 a { background-color: rgb(104,152,110); }

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

<style>
 span { border-color: #68986E; }

 span { border-color: rgb(104,152,110); }

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