#708602

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

Shades of Olive #708602

Tints of Olive #708602

Color information

#708602 (or 0x708602) is unknown color: approx Olive. HEX triplet: 70, 86 and 02. RGB value is (112,134,2). Sum of RGB (Red+Green+Blue) = 112+134+2=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #708602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708602 is #8F79FD. Grayscale: #707070. Windows color (decimal): -9402878 or 165488. OLE color: 165488.

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

Color convert

RGB1121342-
CMYK0.1600.990.47
HSL70º97.06%26.67%-
HSV(B)70º98.51%52.55%-
XYZ15.2220.53.21-
YUV112.3765.71127.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=45.16%
G=54.03%
B=0.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11213420.1600.990.477097.0626.67
Hex70862100632F46611b
Octal16020622001435710614133
Binary1110000100001101010000011000111011111000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708602; }

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

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

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

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

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

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

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

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