#706926

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

Shades of Olivetone #706926

Tints of Olivetone #706926

Color information

#706926 (or 0x706926) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 26. RGB value is (112,105,38). Sum of RGB (Red+Green+Blue) = 112+105+38=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #706926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706926 is #8F96D9. Grayscale: #636363. Windows color (decimal): -9410266 or 2517360. OLE color: 2517360.

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

Color convert

RGB11210538-
CMYK00.060.660.56
HSL54.32º49.33%29.41%-
HSV(B)54.32º66.07%43.92%-
XYZ12.0813.693.84-
YUV99.4593.32136.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=43.92%
G=41.18%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121053800.060.660.5654.3249.3329.41
Hex70692606423836311d
Octal160151460610270666135
Binary111000011010011001100110100001011100011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706926; }

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

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

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

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

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

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

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

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