#6C916E

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

Shades of Laurel #6C916E

Tints of Laurel #6C916E

Color information

#6C916E (or 0x6C916E) is unknown color: approx Laurel. HEX triplet: 6C, 91 and 6E. RGB value is (108,145,110). Sum of RGB (Red+Green+Blue) = 108+145+110=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #6C916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C916E is #936E91. Grayscale: #828282. Windows color (decimal): -9662098 or 7246188. OLE color: 7246188.

HSL color Cylindrical-coordinate representation of color #6C916E: hue angle of 123.24º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C916E is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB108145110-
CMYK0.2600.240.43
HSL123.24º14.62%49.61%-
HSV(B)123.24º25.52%56.86%-
XYZ19.1224.5618.49-
YUV129.95116.74112.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=29.75%
G=39.94%
B=30.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1081451100.2600.240.43123.2414.6249.61
Hex6C916E1A0182B7bf32
Octal15422115632030531731762
Binary11011001001000111011101101001100010101111110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,145,110); }

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

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

 a { background-color: rgb(108,145,110); }

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

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

 span { border-color: rgb(108,145,110); }

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