#707505

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

Shades of Olive #707505

Tints of Olive #707505

Color information

#707505 (or 0x707505) is unknown color: approx Olive. HEX triplet: 70, 75 and 05. RGB value is (112,117,5). Sum of RGB (Red+Green+Blue) = 112+117+5=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #707505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707505 is #8F8AFA. Grayscale: #676767. Windows color (decimal): -9407227 or 357744. OLE color: 357744.

HSL color Cylindrical-coordinate representation of color #707505: hue angle of 62.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #707505 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB1121175-
CMYK0.0400.960.54
HSL62.68º91.8%23.92%-
HSV(B)62.68º95.73%45.88%-
XYZ13.0716.182.58-
YUV102.7472.84134.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 2.14%
R=47.86%
G=50%
B=2.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11211750.0400.960.5462.6891.823.92
Hex707554060363f5c18
Octal160165540140667713430
Binary1110000111010110110001100000110110111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707505; }

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

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

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

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

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

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

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

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