#6C9D6F

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

Shades of Laurel #6C9D6F

Tints of Laurel #6C9D6F

Color information

#6C9D6F (or 0x6C9D6F) is unknown color: approx Laurel. HEX triplet: 6C, 9D and 6F. RGB value is (108,157,111). Sum of RGB (Red+Green+Blue) = 108+157+111=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #6C9D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9D6F is #936290. Grayscale: #898989. Windows color (decimal): -9659025 or 7314796. OLE color: 7314796.

HSL color Cylindrical-coordinate representation of color #6C9D6F: hue angle of 123.67º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C9D6F is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB108157111-
CMYK0.3100.290.38
HSL123.67º20%51.96%-
HSV(B)123.67º31.21%61.57%-
XYZ21.1128.4519.42-
YUV137.1113.27107.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.72%
GREEN value IS 157 (61.72% from 255) = 41.76%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=28.72%
G=41.76%
B=29.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081571110.3100.290.38123.672051.96
Hex6C9D6F1F01D267c1434
Octal15423515737035461742464
Binary110110010011101110111111111011101100110111110010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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