#709506

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

Shades of Olive Drab #709506

Tints of Olive Drab #709506

Color information

#709506 (or 0x709506) is unknown color: approx Olive Drab. HEX triplet: 70, 95 and 06. RGB value is (112,149,6). Sum of RGB (Red+Green+Blue) = 112+149+6=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #709506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709506 is #8F6AF9. Grayscale: #7A7A7A. Windows color (decimal): -9399034 or 431472. OLE color: 431472.

HSL color Cylindrical-coordinate representation of color #709506: hue angle of 75.52º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #709506 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1121496-
CMYK0.2500.960.42
HSL75.52º92.26%30.39%-
HSV(B)75.52º95.97%58.43%-
XYZ17.4624.954.07-
YUV121.6462.74121.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=41.95%
G=55.81%
B=2.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11214960.2500.960.4275.5292.2630.39
Hex70956190602A4c5c1e
Octal16022563101405211413436
Binary11100001001010111011001011000001010101001100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709506; }

 p { color: rgb(112,149,6); }

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

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

 a { background-color: rgb(112,149,6); }

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

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

 span { border-color: rgb(112,149,6); }

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