#707503

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

Shades of Olive #707503

Tints of Olive #707503

Color information

#707503 (or 0x707503) is unknown color: approx Olive. HEX triplet: 70, 75 and 03. RGB value is (112,117,3). Sum of RGB (Red+Green+Blue) = 112+117+3=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #707503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707503 is #8F8AFC. Grayscale: #666666. Windows color (decimal): -9407229 or 226672. OLE color: 226672.

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

Color convert

RGB1121173-
CMYK0.0400.970.54
HSL62.63º95%23.53%-
HSV(B)62.63º97.44%45.88%-
XYZ13.0616.172.52-
YUV102.5171.84134.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=48.28%
G=50.43%
B=1.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11211730.0400.970.5462.639523.53
Hex707534061363f5f18
Octal160165340141667713730
Binary111000011101011110001100001110110111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707503; }

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

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

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

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

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

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

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

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