#71771D

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

Shades of Olivetone #71771D

Tints of Olivetone #71771D

Color information

#71771D (or 0x71771D) is unknown color: approx Olivetone. HEX triplet: 71, 77 and 1D. RGB value is (113,119,29). Sum of RGB (Red+Green+Blue) = 113+119+29=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #71771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71771D is #8E88E2. Grayscale: #6B6B6B. Windows color (decimal): -9341155 or 1931121. OLE color: 1931121.

HSL color Cylindrical-coordinate representation of color #71771D: hue angle of 64º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71771D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11311929-
CMYK0.0500.760.53
HSL64º60.81%29.02%-
HSV(B)64º75.63%46.67%-
XYZ13.6316.793.69-
YUV106.9584.01132.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 29 (11.72% from 255) = 11.11%
R=43.30%
G=45.59%
B=11.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119290.0500.760.536460.8129.02
Hex71771D504C35403d1d
Octal1611673550114651007535
Binary111000111101111110110101001100110101100000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71771D; }

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

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

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

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

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

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

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

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