#6C9572

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

Shades of Laurel #6C9572

Tints of Laurel #6C9572

Color information

#6C9572 (or 0x6C9572) is unknown color: approx Laurel. HEX triplet: 6C, 95 and 72. RGB value is (108,149,114). Sum of RGB (Red+Green+Blue) = 108+149+114=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9572 is #936A8D. Grayscale: #848484. Windows color (decimal): -9661070 or 7509356. OLE color: 7509356.

HSL color Cylindrical-coordinate representation of color #6C9572: hue angle of 128.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C9572 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB108149114-
CMYK0.2800.230.42
HSL128.78º16.21%50.39%-
HSV(B)128.78º27.52%58.43%-
XYZ19.9725.919.87-
YUV132.75117.42110.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=29.11%
G=40.16%
B=30.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081491140.2800.230.42128.7816.2150.39
Hex6C95721C0172A811032
Octal15422516234027522012062
Binary1101100100101011110010111000101111010101000000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,149,114); }

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

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

 a { background-color: rgb(108,149,114); }

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

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

 span { border-color: rgb(108,149,114); }

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