#707319

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

Shades of Olivetone #707319

Tints of Olivetone #707319

Color information

#707319 (or 0x707319) is unknown color: approx Olivetone. HEX triplet: 70, 73 and 19. RGB value is (112,115,25). Sum of RGB (Red+Green+Blue) = 112+115+25=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #707319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707319 is #8F8CE6. Grayscale: #686868. Windows color (decimal): -9407719 or 1667952. OLE color: 1667952.

HSL color Cylindrical-coordinate representation of color #707319: hue angle of 62º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #707319 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB11211525-
CMYK0.0300.780.55
HSL62º64.29%27.45%-
HSV(B)62º78.26%45.1%-
XYZ12.9915.783.28-
YUV103.8483.51133.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 25 (10.16% from 255) = 9.92%
R=44.44%
G=45.63%
B=9.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115250.0300.780.556264.2927.45
Hex707319304E373e401b
Octal1601633130116677610033
Binary11100001110011110011101001110110111111110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707319; }

 p { color: rgb(112,115,25); }

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

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

 a { background-color: rgb(112,115,25); }

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

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

 span { border-color: rgb(112,115,25); }

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