#6B996A

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

Shades of Laurel #6B996A

Tints of Laurel #6B996A

Color information

#6B996A (or 0x6B996A) is unknown color: approx Laurel. HEX triplet: 6B, 99 and 6A. RGB value is (107,153,106). Sum of RGB (Red+Green+Blue) = 107+153+106=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #6B996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B996A is #946695. Grayscale: #868686. Windows color (decimal): -9725590 or 6986091. OLE color: 6986091.

HSL color Cylindrical-coordinate representation of color #6B996A: hue angle of 118.72º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B996A is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB107153106-
CMYK0.3000.310.4
HSL118.72º18.73%50.78%-
HSV(B)118.72º30.72%60%-
XYZ20.0626.9517.78-
YUV133.89112.26108.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=29.23%
G=41.80%
B=28.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1071531060.3000.310.4118.7218.7350.78
Hex6B996A1E01F28771333
Octal15323115236037501672363
Binary110101110011001110101011110011111101000111011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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