#706602

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

Shades of Olive #706602

Tints of Olive #706602

Color information

#706602 (or 0x706602) is unknown color: approx Olive. HEX triplet: 70, 66 and 02. RGB value is (112,102,2). Sum of RGB (Red+Green+Blue) = 112+102+2=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706602 is #8F99FD. Grayscale: #5E5E5E. Windows color (decimal): -9411070 or 157296. OLE color: 157296.

HSL color Cylindrical-coordinate representation of color #706602: hue angle of 54.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #706602 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1121022-
CMYK00.090.980.56
HSL54.55º96.49%22.35%-
HSV(B)54.55º98.21%43.92%-
XYZ11.4412.951.95-
YUV93.5976.31141.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=51.85%
G=47.22%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112102200.090.980.5654.5596.4922.35
Hex70662096238376016
Octal1601462011142706714026
Binary1110000110011010010011100010111000110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706602; }

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

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

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

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

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

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

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

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