#706723

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

Shades of Olivetone #706723

Tints of Olivetone #706723

Color information

#706723 (or 0x706723) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 23. RGB value is (112,103,35). Sum of RGB (Red+Green+Blue) = 112+103+35=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706723 is #8F98DC. Grayscale: #626262. Windows color (decimal): -9410781 or 2320240. OLE color: 2320240.

HSL color Cylindrical-coordinate representation of color #706723: hue angle of 52.99º 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 #706723 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB11210335-
CMYK00.080.690.56
HSL52.99º52.38%28.82%-
HSV(B)52.99º68.75%43.92%-
XYZ11.8413.273.53-
YUV97.9492.48138.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 35 (14.06% from 255) = 14%
R=44.8%
G=41.2%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121033500.080.690.5652.9952.3828.82
Hex70672308453835341d
Octal1601474301010570656435
Binary1110000110011110001101000100010111100011010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706723; }

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

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

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

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

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

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

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

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