#707015

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

Shades of Olivetone #707015

Tints of Olivetone #707015

Color information

#707015 (or 0x707015) is unknown color: approx Olivetone. HEX triplet: 70, 70 and 15. RGB value is (112,112,21). Sum of RGB (Red+Green+Blue) = 112+112+21=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707015 is #8F8FEA. Grayscale: #656565. Windows color (decimal): -9408491 or 1405040. OLE color: 1405040.

HSL color Cylindrical-coordinate representation of color #707015: hue angle of 60º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #707015 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB11211221-
CMYK000.810.56
HSL60º68.42%26.08%-
HSV(B)60º81.25%43.92%-
XYZ12.6115.092.96-
YUV101.6382.5135.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=45.71%
G=45.71%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211221000.810.566068.4226.08
Hex7070150051383c441a
Octal1601602500121707410432
Binary1110000111000010101001010001111000111100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707015; }

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

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

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

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

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

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

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

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