Html Css Color HEX #709506 Olive Drab

📋 copy color: '#709506'

red 112 ◦ green 149 ◦ blue 6

#709506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #709506

Tints of Olive Drab #709506

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 value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#709506 (or 0x709506) is known color: 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

RGB 112 149 6 -
CMYK 0.25 0 0.96 0.42
HSL 75.52º 0.92% 0.3% -
HSV(B) 75.52º 0.96% 0.58% -
XYZ 17.46 24.95 4.07 -
YUV 121.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 112 149 6 0.25 0 0.96 0.42 75.52 0.92 0.3
Hex 70 95 6 19 0 60 2A 4C 5C 1E
Octal 160 225 6 31 0 140 52 114 134 36
Binary 1110000 10010101 110 11001 0 1100000 101010 1001100 1011100 11110

Color Harmonies of #709506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709506

Black with #709506

Text Example


Text Example

White with #709506

Text Example


Text Example

HTML Codes & Css Web 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>