#706E23

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

Shades of Olivetone #706E23

Tints of Olivetone #706E23

Color information

#706E23 (or 0x706E23) is unknown color: approx Olivetone. HEX triplet: 70, 6E and 23. RGB value is (112,110,35). Sum of RGB (Red+Green+Blue) = 112+110+35=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #706E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E23 is #8F91DC. Grayscale: #666666. Windows color (decimal): -9408989 or 2322032. OLE color: 2322032.

HSL color Cylindrical-coordinate representation of color #706E23: hue angle of 58.44º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #706E23 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB11211035-
CMYK00.020.690.56
HSL58.44º52.38%28.82%-
HSV(B)58.44º68.75%43.92%-
XYZ12.5614.723.77-
YUV102.0590.16135.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 35 (14.06% from 255) = 13.62%
R=43.58%
G=42.80%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121103500.020.690.5658.4452.3828.82
Hex706E230245383a341d
Octal160156430210570726435
Binary11100001101110100011010100010111100011101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706E23; }

 p { color: rgb(112,110,35); }

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

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

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

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

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

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

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