#71732A

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

Shades of Olivetone #71732A

Tints of Olivetone #71732A

Color information

#71732A (or 0x71732A) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 2A. RGB value is (113,115,42). Sum of RGB (Red+Green+Blue) = 113+115+42=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #71732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71732A is #8E8CD5. Grayscale: #6A6A6A. Windows color (decimal): -9342166 or 2782065. OLE color: 2782065.

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

Color convert

RGB11311542-
CMYK0.0200.630.55
HSL61.64º46.5%30.78%-
HSV(B)61.64º63.48%45.1%-
XYZ13.3615.944.56-
YUV106.0891.84132.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=41.85%
G=42.59%
B=15.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115420.0200.630.5561.6446.530.78
Hex71732A203F373e2e1f
Octal16116352207767765637
Binary1110001111001110101010011111111011111111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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