#6A8E22

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

Shades of Olive Drab #6A8E22

Tints of Olive Drab #6A8E22

Color information

#6A8E22 (or 0x6A8E22) is unknown color: approx Olive Drab. HEX triplet: 6A, 8E and 22. RGB value is (106,142,34). Sum of RGB (Red+Green+Blue) = 106+142+34=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E22 is #9571DD. Grayscale: #777777. Windows color (decimal): -9794014 or 2264682. OLE color: 2264682.

HSL color Cylindrical-coordinate representation of color #6A8E22: hue angle of 80º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A8E22 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB10614234-
CMYK0.2500.760.44
HSL80º61.36%34.51%-
HSV(B)80º76.06%55.69%-
XYZ15.9122.535.02-
YUV118.9280.07118.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=37.59%
G=50.35%
B=12.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106142340.2500.760.448061.3634.51
Hex6A8E221904C2C503d23
Octal15221642310114541207543
Binary11010101000111010001011001010011001011001010000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,142,34); }

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

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

 a { background-color: rgb(106,142,34); }

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

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

 span { border-color: rgb(106,142,34); }

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