Html Css Color HEX #708804 Olive

📋 copy color: '#708804'

red 112 ◦ green 136 ◦ blue 4

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

Shades of Olive #708804

Tints of Olive #708804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.97%

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

R = 44.44%
G = 53.97%
B = 1.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#708804 (or 0x708804) is known color: Olive. HEX triplet: 70, 88 and 04. RGB value is (112,136,4). Sum of RGB (Red+Green+Blue) = 112+136+4=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #708804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708804 is #8F77FB. Grayscale: #727272. Windows color (decimal): -9402364 or 297072. OLE color: 297072.

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

Color convert

RGB 112 136 4 -
CMYK 0.18 0 0.97 0.47
HSL 70.91º 0.94% 0.27% -
HSV(B) 70.91º 0.97% 0.53% -
XYZ 15.51 21.06 3.36 -
YUV 113.78 66.05 126.73 -
System Red Green Blue C M Y K H S L
Decimal 112 136 4 0.18 0 0.97 0.47 70.91 0.94 0.27
Hex 70 88 4 12 0 61 2F 47 5E 1B
Octal 160 210 4 22 0 141 57 107 136 33
Binary 1110000 10001000 100 10010 0 1100001 101111 1000111 1011110 11011

Color Harmonies of #708804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708804

Black with #708804

Text Example


Text Example

White with #708804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708804; }

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

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

background-color css

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

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

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

border-color css

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

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

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