#707605

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

Shades of Olive #707605

Tints of Olive #707605

Color information

#707605 (or 0x707605) is unknown color: approx Olive. HEX triplet: 70, 76 and 05. RGB value is (112,118,5). Sum of RGB (Red+Green+Blue) = 112+118+5=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #707605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707605 is #8F89FA. Grayscale: #676767. Windows color (decimal): -9406971 or 358000. OLE color: 358000.

HSL color Cylindrical-coordinate representation of color #707605: hue angle of 63.19º 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 #707605 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB1121185-
CMYK0.0500.960.54
HSL63.19º91.87%24.12%-
HSV(B)63.19º95.76%46.27%-
XYZ13.1916.412.62-
YUV103.3272.51134.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 5 (2.34% from 255) = 2.13%
R=47.66%
G=50.21%
B=2.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11211850.0500.960.5463.1991.8724.12
Hex707655060363f5c18
Octal160166550140667713430
Binary1110000111011010110101100000110110111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707605; }

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

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

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

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

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

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

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

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