Html Css Color HEX #708404 Olive

📋 copy color: '#708404'

red 112 ◦ green 132 ◦ blue 4

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

Shades of Olive #708404

Tints of Olive #708404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.23%

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

R = 45.16%
G = 53.23%
B = 1.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#708404 (or 0x708404) is known color: Olive. HEX triplet: 70, 84 and 04. RGB value is (112,132,4). Sum of RGB (Red+Green+Blue) = 112+132+4=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #708404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708404 is #8F7BFB. Grayscale: #6F6F6F. Windows color (decimal): -9403388 or 296048. OLE color: 296048.

HSL color Cylindrical-coordinate representation of color #708404: hue angle of 69.38º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #708404 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 4 -
CMYK 0.15 0 0.97 0.48
HSL 69.38º 0.94% 0.27% -
HSV(B) 69.38º 0.97% 0.52% -
XYZ 14.96 19.96 3.18 -
YUV 111.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 112 132 4 0.15 0 0.97 0.48 69.38 0.94 0.27
Hex 70 84 4 F 0 61 30 45 5E 1B
Octal 160 204 4 17 0 141 60 105 136 33
Binary 1110000 10000100 100 1111 0 1100001 110000 1000101 1011110 11011

Color Harmonies of #708404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708404

Black with #708404

Text Example


Text Example

White with #708404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708404; }

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

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

background-color css

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

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

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

border-color css

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

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

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