#706927

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

Shades of Olivetone #706927

Tints of Olivetone #706927

Color information

#706927 (or 0x706927) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 27. RGB value is (112,105,39). Sum of RGB (Red+Green+Blue) = 112+105+39=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #706927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706927 is #8F96D8. Grayscale: #636363. Windows color (decimal): -9410265 or 2582896. OLE color: 2582896.

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

Color convert

RGB11210539-
CMYK00.060.650.56
HSL54.25º48.34%29.61%-
HSV(B)54.25º65.18%43.92%-
XYZ12.113.693.93-
YUV99.5793.82136.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=43.75%
G=41.02%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121053900.060.650.5654.2548.3429.61
Hex70692706413836301e
Octal160151470610170666036
Binary111000011010011001110110100000111100011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706927; }

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

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

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

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

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

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

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

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