#71732F

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

Shades of Olivetone #71732F

Tints of Olivetone #71732F

Color information

#71732F (or 0x71732F) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 2F. RGB value is (113,115,47). Sum of RGB (Red+Green+Blue) = 113+115+47=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #71732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71732F is #8E8CD0. Grayscale: #6A6A6A. Windows color (decimal): -9342161 or 3109745. OLE color: 3109745.

HSL color Cylindrical-coordinate representation of color #71732F: hue angle of 61.76º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71732F is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB11311547-
CMYK0.0200.590.55
HSL61.76º41.98%31.76%-
HSV(B)61.76º59.13%45.1%-
XYZ13.4515.985.06-
YUV106.6594.34132.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 47 (18.75% from 255) = 17.09%
R=41.09%
G=41.82%
B=17.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115470.0200.590.5561.7641.9831.76
Hex71732F203B373e2a20
Octal16116357207367765240
Binary11100011110011101111100111011110111111110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71732F; }

 p { color: rgb(113,115,47); }

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

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

 a { background-color: rgb(113,115,47); }

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

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

 span { border-color: rgb(113,115,47); }

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