#707205

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

Shades of Olive #707205

Tints of Olive #707205

Color information

#707205 (or 0x707205) is unknown color: approx Olive. HEX triplet: 70, 72 and 05. RGB value is (112,114,5). Sum of RGB (Red+Green+Blue) = 112+114+5=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #707205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707205 is #8F8DFA. Grayscale: #656565. Windows color (decimal): -9407995 or 356976. OLE color: 356976.

HSL color Cylindrical-coordinate representation of color #707205: hue angle of 61.1º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #707205 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1121145-
CMYK0.0200.960.55
HSL61.1º91.6%23.33%-
HSV(B)61.1º95.61%44.71%-
XYZ12.7315.492.46-
YUV100.9873.84135.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=48.48%
G=49.35%
B=2.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11211450.0200.960.5561.191.623.33
Hex707252060373d5c17
Octal160162520140677513427
Binary111000011100101011001100000110111111101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707205; }

 p { color: rgb(112,114,5); }

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

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

 a { background-color: rgb(112,114,5); }

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

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

 span { border-color: rgb(112,114,5); }

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