#6C9B70

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

Shades of Laurel #6C9B70

Tints of Laurel #6C9B70

Color information

#6C9B70 (or 0x6C9B70) is unknown color: approx Laurel. HEX triplet: 6C, 9B and 70. RGB value is (108,155,112). Sum of RGB (Red+Green+Blue) = 108+155+112=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9B70 is #93648F. Grayscale: #888888. Windows color (decimal): -9659536 or 7379820. OLE color: 7379820.

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

Color convert

RGB108155112-
CMYK0.3000.280.39
HSL125.11º19.03%51.57%-
HSV(B)125.11º30.32%60.78%-
XYZ20.8327.819.6-
YUV136.05114.43108-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.8%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=28.8%
G=41.33%
B=29.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081551120.3000.280.39125.1119.0351.57
Hex6C9B701E01C277d1334
Octal15423316036034471752364
Binary110110010011011111000011110011100100111111110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,155,112); }

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

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

 a { background-color: rgb(108,155,112); }

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

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

 span { border-color: rgb(108,155,112); }

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