#6A9019

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

Shades of Olive Drab #6A9019

Tints of Olive Drab #6A9019

Color information

#6A9019 (or 0x6A9019) is unknown color: approx Olive Drab. HEX triplet: 6A, 90 and 19. RGB value is (106,144,25). Sum of RGB (Red+Green+Blue) = 106+144+25=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9019 is #956FE6. Grayscale: #777777. Windows color (decimal): -9793511 or 1675370. OLE color: 1675370.

HSL color Cylindrical-coordinate representation of color #6A9019: hue angle of 79.16º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A9019 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB10614425-
CMYK0.2600.830.44
HSL79.16º70.41%33.14%-
HSV(B)79.16º82.64%56.47%-
XYZ16.0923.084.53-
YUV119.0774.91118.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.55%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=38.55%
G=52.36%
B=9.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106144250.2600.830.4479.1670.4133.14
Hex6A90191A0532C4f4621
Octal152220313201235411710641
Binary11010101001000011001110100101001110110010011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,25); }

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

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

 a { background-color: rgb(106,144,25); }

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

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

 span { border-color: rgb(106,144,25); }

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