#706917

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

Shades of Olivetone #706917

Tints of Olivetone #706917

Color information

#706917 (or 0x706917) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 17. RGB value is (112,105,23). Sum of RGB (Red+Green+Blue) = 112+105+23=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #706917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706917 is #8F96E8. Grayscale: #626262. Windows color (decimal): -9410281 or 1534320. OLE color: 1534320.

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

Color convert

RGB11210523-
CMYK00.060.790.56
HSL55.28º65.93%26.47%-
HSV(B)55.28º79.46%43.92%-
XYZ11.8913.612.81-
YUV97.7485.82138.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=46.67%
G=43.75%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121052300.060.790.5655.2865.9326.47
Hex706917064F3837421a
Octal1601512706117706710232
Binary111000011010011011101101001111111000110111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706917; }

 p { color: rgb(112,105,23); }

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

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

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

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

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

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

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