#71752C

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

Shades of Olivetone #71752C

Tints of Olivetone #71752C

Color information

#71752C (or 0x71752C) is unknown color: approx Olivetone. HEX triplet: 71, 75 and 2C. RGB value is (113,117,44). Sum of RGB (Red+Green+Blue) = 113+117+44=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #71752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71752C is #8E8AD3. Grayscale: #6B6B6B. Windows color (decimal): -9341652 or 2913649. OLE color: 2913649.

HSL color Cylindrical-coordinate representation of color #71752C: hue angle of 63.29º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71752C is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11311744-
CMYK0.0300.620.54
HSL63.29º45.34%31.57%-
HSV(B)63.29º62.39%45.88%-
XYZ13.6316.424.83-
YUV107.4892.17131.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=41.24%
G=42.70%
B=16.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117440.0300.620.5463.2945.3431.57
Hex71752C303E363f2d20
Octal16116554307666775540
Binary11100011110101101100110111110110110111111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71752C; }

 p { color: rgb(113,117,44); }

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

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

 a { background-color: rgb(113,117,44); }

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

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

 span { border-color: rgb(113,117,44); }

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