#6A870A

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

Shades of Olive Drab #6A870A

Tints of Olive Drab #6A870A

Color information

#6A870A (or 0x6A870A) is unknown color: approx Olive Drab. HEX triplet: 6A, 87 and 0A. RGB value is (106,135,10). Sum of RGB (Red+Green+Blue) = 106+135+10=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #6A870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A870A is #9578F5. Grayscale: #707070. Windows color (decimal): -9795830 or 690026. OLE color: 690026.

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

Color convert

RGB10613510-
CMYK0.2100.930.47
HSL73.92º86.21%28.43%-
HSV(B)73.92º92.59%52.94%-
XYZ14.6620.413.45-
YUV112.0870.39123.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=42.23%
G=53.78%
B=3.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135100.2100.930.4773.9286.2128.43
Hex6A87A1505D2F4a561c
Octal152207122501355711212634
Binary110101010000111101010101010111011011111001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,135,10); }

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

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

 a { background-color: rgb(106,135,10); }

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

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

 span { border-color: rgb(106,135,10); }

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