Html Css Color HEX #709504 Olive Drab

📋 copy color: '#709504'

red 112 ◦ green 149 ◦ blue 4

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

Shades of Olive Drab #709504

Tints of Olive Drab #709504

RGB

 RED value IS 112 (44.14% from 255) = 42.26%

 GREEN value IS 149 (58.59% from 255) = 56.23%

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 42.26%
G = 56.23%
B = 1.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#709504 (or 0x709504) is known color: Olive Drab. HEX triplet: 70, 95 and 04. RGB value is (112,149,4). Sum of RGB (Red+Green+Blue) = 112+149+4=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #709504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709504 is #8F6AFB. Grayscale: #797979. Windows color (decimal): -9399036 or 300400. OLE color: 300400.

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

Color convert

RGB 112 149 4 -
CMYK 0.25 0 0.97 0.42
HSL 75.31º 0.95% 0.3% -
HSV(B) 75.31º 0.97% 0.58% -
XYZ 17.45 24.95 4.01 -
YUV 121.41 61.74 121.29 -
System Red Green Blue C M Y K H S L
Decimal 112 149 4 0.25 0 0.97 0.42 75.31 0.95 0.3
Hex 70 95 4 19 0 61 2A 4B 5F 1E
Octal 160 225 4 31 0 141 52 113 137 36
Binary 1110000 10010101 100 11001 0 1100001 101010 1001011 1011111 11110

Color Harmonies of #709504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709504

Black with #709504

Text Example


Text Example

White with #709504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709504; }

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

 H1.HeaderClassName
 {
   color: #709504;
 }
 .AnyTagClassName
 {
   color: #709504;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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