#71771B

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

Shades of Olivetone #71771B

Tints of Olivetone #71771B

Color information

#71771B (or 0x71771B) is unknown color: approx Olivetone. HEX triplet: 71, 77 and 1B. RGB value is (113,119,27). Sum of RGB (Red+Green+Blue) = 113+119+27=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #71771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71771B is #8E88E4. Grayscale: #6B6B6B. Windows color (decimal): -9341157 or 1800049. OLE color: 1800049.

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

Color convert

RGB11311927-
CMYK0.0500.770.53
HSL63.91º63.01%28.63%-
HSV(B)63.91º77.31%46.67%-
XYZ13.616.783.56-
YUV106.7283.01132.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=43.63%
G=45.95%
B=10.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119270.0500.770.5363.9163.0128.63
Hex71771B504D35403f1d
Octal1611673350115651007735
Binary111000111101111101110101001101110101100000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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