#708404

Color #708404 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #708404

Tints of Olive #708404

Color information

#708404 (or 0x708404) is unknown color: approx 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

RGB1121324-
CMYK0.1500.970.48
HSL69.38º94.12%26.67%-
HSV(B)69.38º96.97%51.76%-
XYZ14.9619.963.18-
YUV111.4367.37128.41-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11213240.1500.970.4869.3894.1226.67
Hex70844F06130455e1b
Octal16020441701416010513633
Binary1110000100001001001111011000011100001000101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>