#6A946E

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

Shades of Laurel #6A946E

Tints of Laurel #6A946E

Color information

#6A946E (or 0x6A946E) is unknown color: approx Laurel. HEX triplet: 6A, 94 and 6E. RGB value is (106,148,110). Sum of RGB (Red+Green+Blue) = 106+148+110=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #6A946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A946E is #956B91. Grayscale: #838383. Windows color (decimal): -9792402 or 7246954. OLE color: 7246954.

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

Color convert

RGB106148110-
CMYK0.2800.260.42
HSL125.71º16.54%49.8%-
HSV(B)125.71º28.38%58.04%-
XYZ19.3525.3718.63-
YUV131.11116.09110.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=29.12%
G=40.66%
B=30.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061481100.2800.260.42125.7116.5449.8
Hex6A946E1C01A2A7e1132
Octal15222415634032521762162
Binary110101010010100110111011100011010101010111111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,148,110); }

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

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

 a { background-color: rgb(106,148,110); }

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

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

 span { border-color: rgb(106,148,110); }

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