#6A936F

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

Shades of Laurel #6A936F

Tints of Laurel #6A936F

Color information

#6A936F (or 0x6A936F) is unknown color: approx Laurel. HEX triplet: 6A, 93 and 6F. RGB value is (106,147,111). Sum of RGB (Red+Green+Blue) = 106+147+111=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #6A936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A936F is #956C90. Grayscale: #828282. Windows color (decimal): -9792657 or 7312234. OLE color: 7312234.

HSL color Cylindrical-coordinate representation of color #6A936F: hue angle of 127.32º degrees, saturation: 0.16, 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 #6A936F is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB106147111-
CMYK0.2800.240.42
HSL127.32º16.21%49.61%-
HSV(B)127.32º27.89%57.65%-
XYZ19.2525.0818.87-
YUV130.64116.92110.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=29.12%
G=40.38%
B=30.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471110.2800.240.42127.3216.2149.61
Hex6A936F1C0182A7f1032
Octal15222315734030521772062
Binary110101010010011110111111100011000101010111111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,147,111); }

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

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

 a { background-color: rgb(106,147,111); }

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

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

 span { border-color: rgb(106,147,111); }

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