#6C9A67

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

Shades of Laurel #6C9A67

Tints of Laurel #6C9A67

Color information

#6C9A67 (or 0x6C9A67) is unknown color: approx Laurel. HEX triplet: 6C, 9A and 67. RGB value is (108,154,103). Sum of RGB (Red+Green+Blue) = 108+154+103=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9A67 is #936598. Grayscale: #868686. Windows color (decimal): -9659801 or 6789740. OLE color: 6789740.

HSL color Cylindrical-coordinate representation of color #6C9A67: hue angle of 114.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C9A67 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB108154103-
CMYK0.3000.330.40
HSL114.12º20.16%50.39%-
HSV(B)114.12º33.12%60.39%-
XYZ20.1927.2817.03-
YUV134.43110.26109.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=29.59%
G=42.19%
B=28.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1081541030.3000.330.40114.1220.1650.39
Hex6C9A671E02128721432
Octal15423214736041501622462
Binary1101100100110101100111111100100001101000111001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,154,103); }

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

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

 a { background-color: rgb(108,154,103); }

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

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

 span { border-color: rgb(108,154,103); }

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