#706F02

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

Shades of Olive #706F02

Tints of Olive #706F02

Color information

#706F02 (or 0x706F02) is unknown color: approx Olive. HEX triplet: 70, 6F and 02. RGB value is (112,111,2). Sum of RGB (Red+Green+Blue) = 112+111+2=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F02 is #8F90FD. Grayscale: #636363. Windows color (decimal): -9408766 or 159600. OLE color: 159600.

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

Color convert

RGB1121112-
CMYK00.010.980.56
HSL59.45º96.49%22.35%-
HSV(B)59.45º98.21%43.92%-
XYZ12.3814.822.27-
YUV98.8773.33137.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=49.78%
G=49.33%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112111200.010.980.5659.4596.4922.35
Hex706F20162383b6016
Octal160157201142707314026
Binary1110000110111110011100010111000111011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706F02; }

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

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

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

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

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

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

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

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