#71772B

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

Shades of Olivetone #71772B

Tints of Olivetone #71772B

Color information

#71772B (or 0x71772B) is unknown color: approx Olivetone. HEX triplet: 71, 77 and 2B. RGB value is (113,119,43). Sum of RGB (Red+Green+Blue) = 113+119+43=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #71772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71772B is #8E88D4. Grayscale: #6C6C6C. Windows color (decimal): -9341141 or 2848625. OLE color: 2848625.

HSL color Cylindrical-coordinate representation of color #71772B: hue angle of 64.74º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71772B is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11311943-
CMYK0.0500.640.53
HSL64.74º46.91%31.76%-
HSV(B)64.74º63.87%46.67%-
XYZ13.8416.884.81-
YUV108.5491.01131.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=41.09%
G=43.27%
B=15.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119430.0500.640.5364.7446.9131.76
Hex71772B504035412f20
Octal1611675350100651015740
Binary11100011110111101011101010000001101011000001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71772B; }

 p { color: rgb(113,119,43); }

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

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

 a { background-color: rgb(113,119,43); }

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

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

 span { border-color: rgb(113,119,43); }

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