#707803

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

Shades of Olive #707803

Tints of Olive #707803

Color information

#707803 (or 0x707803) is unknown color: approx Olive. HEX triplet: 70, 78 and 03. RGB value is (112,120,3). Sum of RGB (Red+Green+Blue) = 112+120+3=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #707803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707803 is #8F87FC. Grayscale: #686868. Windows color (decimal): -9406461 or 227440. OLE color: 227440.

HSL color Cylindrical-coordinate representation of color #707803: hue angle of 64.1º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #707803 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1121203-
CMYK0.0700.980.53
HSL64.1º95.12%24.12%-
HSV(B)64.1º97.5%47.06%-
XYZ13.4116.882.64-
YUV104.2770.85133.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=47.66%
G=51.06%
B=1.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11212030.0700.980.5364.195.1224.12
Hex70783706235405f18
Octal1601703701426510013730
Binary1110000111100011111011000101101011000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707803; }

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

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

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

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

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

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

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

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