#6A8813

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

Shades of Olive Drab #6A8813

Tints of Olive Drab #6A8813

Color information

#6A8813 (or 0x6A8813) is unknown color: approx Olive Drab. HEX triplet: 6A, 88 and 13. RGB value is (106,136,19). Sum of RGB (Red+Green+Blue) = 106+136+19=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8813 is #9577EC. Grayscale: #727272. Windows color (decimal): -9795565 or 1280106. OLE color: 1280106.

HSL color Cylindrical-coordinate representation of color #6A8813: hue angle of 75.38º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A8813 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB10613619-
CMYK0.2200.860.47
HSL75.38º75.48%30.39%-
HSV(B)75.38º86.03%53.33%-
XYZ14.8720.723.83-
YUV113.6974.56122.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.61%
GREEN value IS 136 (53.52% from 255) = 52.11%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=40.61%
G=52.11%
B=7.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136190.2200.860.4775.3875.4830.39
Hex6A8813160562F4b4b1e
Octal152210232601265711311336
Binary1101010100010001001110110010101101011111001011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,136,19); }

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

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

 a { background-color: rgb(106,136,19); }

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

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

 span { border-color: rgb(106,136,19); }

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