#706502

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

Shades of Olive #706502

Tints of Olive #706502

Color information

#706502 (or 0x706502) is unknown color: approx Olive. HEX triplet: 70, 65 and 02. RGB value is (112,101,2). Sum of RGB (Red+Green+Blue) = 112+101+2=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #706502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706502 is #8F9AFD. Grayscale: #5D5D5D. Windows color (decimal): -9411326 or 157040. OLE color: 157040.

HSL color Cylindrical-coordinate representation of color #706502: hue angle of 54º 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 #706502 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1121012-
CMYK00.100.980.56
HSL54º96.49%22.35%-
HSV(B)54º98.21%43.92%-
XYZ11.3512.761.92-
YUV9376.64141.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=52.09%
G=46.98%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112101200.100.980.565496.4922.35
Hex706520A6238366016
Octal1601452012142706614026
Binary1110000110010110010101100010111000110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706502; }

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

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

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

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

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

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

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

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