#716926

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

Shades of Olivetone #716926

Tints of Olivetone #716926

Color information

#716926 (or 0x716926) is unknown color: approx Olivetone. HEX triplet: 71, 69 and 26. RGB value is (113,105,38). Sum of RGB (Red+Green+Blue) = 113+105+38=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716926 is #8E96D9. Grayscale: #646464. Windows color (decimal): -9344730 or 2517361. OLE color: 2517361.

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

Color convert

RGB11310538-
CMYK00.070.660.56
HSL53.6º49.67%29.61%-
HSV(B)53.6º66.37%44.31%-
XYZ12.2113.753.84-
YUV99.7593.15137.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=44.14%
G=41.02%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131053800.070.660.5653.649.6729.61
Hex71692607423836321e
Octal161151460710270666236
Binary111000111010011001100111100001011100011011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716926; }

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

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

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

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

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

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

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

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