#6C9A6F

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

Shades of Laurel #6C9A6F

Tints of Laurel #6C9A6F

Color information

#6C9A6F (or 0x6C9A6F) is unknown color: approx Laurel. HEX triplet: 6C, 9A and 6F. RGB value is (108,154,111). Sum of RGB (Red+Green+Blue) = 108+154+111=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9A6F is #936590. Grayscale: #878787. Windows color (decimal): -9659793 or 7314028. OLE color: 7314028.

HSL color Cylindrical-coordinate representation of color #6C9A6F: hue angle of 123.91º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9A6F is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB108154111-
CMYK0.3000.280.40
HSL123.91º18.55%51.37%-
HSV(B)123.91º29.87%60.39%-
XYZ20.6127.4519.25-
YUV135.34114.26108.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.95%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=28.95%
G=41.29%
B=29.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1081541110.3000.280.40123.9118.5551.37
Hex6C9A6F1E01C287c1333
Octal15423215736034501742363
Binary110110010011010110111111110011100101000111110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C9A6F; }

 p { color: rgb(108,154,111); }

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

<style>
 a { background-color: #6C9A6F; }

 a { background-color: rgb(108,154,111); }

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

<style>
 span { border-color: #6C9A6F; }

 span { border-color: rgb(108,154,111); }

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