#708604

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

Shades of Olive #708604

Tints of Olive #708604

Color information

#708604 (or 0x708604) is unknown color: approx Olive. HEX triplet: 70, 86 and 04. RGB value is (112,134,4). Sum of RGB (Red+Green+Blue) = 112+134+4=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #708604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708604 is #8F79FB. Grayscale: #717171. Windows color (decimal): -9402876 or 296560. OLE color: 296560.

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

Color convert

RGB1121344-
CMYK0.1600.970.47
HSL70.15º94.2%27.06%-
HSV(B)70.15º97.01%52.55%-
XYZ15.2320.53.27-
YUV112.666.71127.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 134 (52.73% from 255) = 53.6%
BLUE value IS 4 (1.95% from 255) = 1.6%
R=44.8%
G=53.6%
B=1.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11213440.1600.970.4770.1594.227.06
Hex70864100612F465e1b
Octal16020642001415710613633
Binary11100001000011010010000011000011011111000110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708604; }

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

 H1.HeaderClassName
 {
   color: #708604;
 }
 .AnyTagClassName
 {
   color: #708604;
 }
</style>
background-color css

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

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

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

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

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

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