#6A8707

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

Shades of Olive Drab #6A8707

Tints of Olive Drab #6A8707

Color information

#6A8707 (or 0x6A8707) is unknown color: approx Olive Drab. HEX triplet: 6A, 87 and 07. RGB value is (106,135,7). Sum of RGB (Red+Green+Blue) = 106+135+7=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8707 is #9578F8. Grayscale: #707070. Windows color (decimal): -9795833 or 493418. OLE color: 493418.

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

Color convert

RGB1061357-
CMYK0.2100.950.47
HSL73.59º90.14%27.84%-
HSV(B)73.59º94.81%52.94%-
XYZ14.6520.413.37-
YUV111.7468.89123.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 135 (53.12% from 255) = 54.44%
BLUE value IS 7 (3.12% from 255) = 2.82%
R=42.74%
G=54.44%
B=2.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10613570.2100.950.4773.5990.1427.84
Hex6A8771505F2F4a5a1c
Octal15220772501375711213234
Binary11010101000011111110101010111111011111001010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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