Html Css Color HEX #709404 Olive Drab

📋 copy color: '#709404'

red 112 ◦ green 148 ◦ blue 4

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

Shades of Olive Drab #709404

Tints of Olive Drab #709404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.06%

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

R = 42.42%
G = 56.06%
B = 1.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#709404 (or 0x709404) is known color: Olive Drab. HEX triplet: 70, 94 and 04. RGB value is (112,148,4). Sum of RGB (Red+Green+Blue) = 112+148+4=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #709404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709404 is #8F6BFB. Grayscale: #797979. Windows color (decimal): -9399292 or 300144. OLE color: 300144.

HSL color Cylindrical-coordinate representation of color #709404: hue angle of 75º 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 #709404 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 4 -
CMYK 0.24 0 0.97 0.42
HSL 75º 0.95% 0.3% -
HSV(B) 75º 0.97% 0.58% -
XYZ 17.29 24.63 3.96 -
YUV 120.82 62.07 121.71 -
System Red Green Blue C M Y K H S L
Decimal 112 148 4 0.24 0 0.97 0.42 75 0.95 0.3
Hex 70 94 4 18 0 61 2A 4B 5F 1E
Octal 160 224 4 30 0 141 52 113 137 36
Binary 1110000 10010100 100 11000 0 1100001 101010 1001011 1011111 11110

Color Harmonies of #709404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709404

Black with #709404

Text Example


Text Example

White with #709404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709404; }

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

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

background-color css

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

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

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

border-color css

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

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

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