#6B966A

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

Shades of Laurel #6B966A

Tints of Laurel #6B966A

Color information

#6B966A (or 0x6B966A) is unknown color: approx Laurel. HEX triplet: 6B, 96 and 6A. RGB value is (107,150,106). Sum of RGB (Red+Green+Blue) = 107+150+106=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #6B966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B966A is #946995. Grayscale: #848484. Windows color (decimal): -9726358 or 6985323. OLE color: 6985323.

HSL color Cylindrical-coordinate representation of color #6B966A: hue angle of 118.64º 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 #6B966A is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB107150106-
CMYK0.2900.290.41
HSL118.64º17.32%50.2%-
HSV(B)118.64º29.33%58.82%-
XYZ19.5725.9817.62-
YUV132.13113.25110.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=29.48%
G=41.32%
B=29.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071501060.2900.290.41118.6417.3250.2
Hex6B966A1D01D29771132
Octal15322615235035511672162
Binary110101110010110110101011101011101101001111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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