#6A976C

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

Shades of Laurel #6A976C

Tints of Laurel #6A976C

Color information

#6A976C (or 0x6A976C) is unknown color: approx Laurel. HEX triplet: 6A, 97 and 6C. RGB value is (106,151,108). Sum of RGB (Red+Green+Blue) = 106+151+108=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #6A976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A976C is #956893. Grayscale: #848484. Windows color (decimal): -9791636 or 7116650. OLE color: 7116650.

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

Color convert

RGB106151108-
CMYK0.3000.280.41
HSL122.67º17.79%50.39%-
HSV(B)122.67º29.8%59.22%-
XYZ19.7226.2818.22-
YUV132.64114.09109-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.04%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=29.04%
G=41.37%
B=29.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1061511080.3000.280.41122.6717.7950.39
Hex6A976C1E01C297b1232
Octal15222715436034511732262
Binary110101010010111110110011110011100101001111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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