#6C9568

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

Shades of Laurel #6C9568

Tints of Laurel #6C9568

Color information

#6C9568 (or 0x6C9568) is unknown color: approx Laurel. HEX triplet: 6C, 95 and 68. RGB value is (108,149,104). Sum of RGB (Red+Green+Blue) = 108+149+104=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9568 is #936A97. Grayscale: #838383. Windows color (decimal): -9661080 or 6853996. OLE color: 6853996.

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

Color convert

RGB108149104-
CMYK0.2800.300.42
HSL114.67º17.79%49.61%-
HSV(B)114.67º30.2%58.43%-
XYZ19.4325.6817.03-
YUV131.61112.42111.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=29.92%
G=41.27%
B=28.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081491040.2800.300.42114.6717.7949.61
Hex6C95681C01E2A731232
Octal15422515034036521632262
Binary110110010010101110100011100011110101010111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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