#707315

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

Shades of Olivetone #707315

Tints of Olivetone #707315

Color information

#707315 (or 0x707315) is unknown color: approx Olivetone. HEX triplet: 70, 73 and 15. RGB value is (112,115,21). Sum of RGB (Red+Green+Blue) = 112+115+21=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #707315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707315 is #8F8CEA. Grayscale: #676767. Windows color (decimal): -9407723 or 1405808. OLE color: 1405808.

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

Color convert

RGB11211521-
CMYK0.0300.820.55
HSL61.91º69.12%26.67%-
HSV(B)61.91º81.74%45.1%-
XYZ12.9515.763.07-
YUV103.3981.51134.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=45.16%
G=46.37%
B=8.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115210.0300.820.5561.9169.1226.67
Hex7073153052373e451b
Octal1601632530122677610533
Binary11100001110011101011101010010110111111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707315; }

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

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

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

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

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

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

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

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