#6B966C

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

Shades of Laurel #6B966C

Tints of Laurel #6B966C

Color information

#6B966C (or 0x6B966C) is unknown color: approx Laurel. HEX triplet: 6B, 96 and 6C. RGB value is (107,150,108). Sum of RGB (Red+Green+Blue) = 107+150+108=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #6B966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B966C is #946993. Grayscale: #848484. Windows color (decimal): -9726356 or 7116395. OLE color: 7116395.

HSL color Cylindrical-coordinate representation of color #6B966C: hue angle of 121.4º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B966C is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB107150108-
CMYK0.2900.280.41
HSL121.4º17%50.39%-
HSV(B)121.4º28.67%58.82%-
XYZ19.6826.0218.17-
YUV132.35114.25109.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.32%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=29.32%
G=41.10%
B=29.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071501080.2900.280.41121.41750.39
Hex6B966C1D01C29791132
Octal15322615435034511712162
Binary110101110010110110110011101011100101001111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,150,108); }

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

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

 a { background-color: rgb(107,150,108); }

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

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

 span { border-color: rgb(107,150,108); }

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