#6B976A

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

Shades of Laurel #6B976A

Tints of Laurel #6B976A

Color information

#6B976A (or 0x6B976A) is unknown color: approx Laurel. HEX triplet: 6B, 97 and 6A. RGB value is (107,151,106). Sum of RGB (Red+Green+Blue) = 107+151+106=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #6B976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B976A is #946895. Grayscale: #848484. Windows color (decimal): -9726102 or 6985579. OLE color: 6985579.

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

Color convert

RGB107151106-
CMYK0.2900.300.41
HSL118.67º17.79%50.39%-
HSV(B)118.67º29.8%59.22%-
XYZ19.7326.317.67-
YUV132.71112.92109.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=29.40%
G=41.48%
B=29.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071511060.2900.300.41118.6717.7950.39
Hex6B976A1D01E29771232
Octal15322715235036511672262
Binary110101110010111110101011101011110101001111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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