#71781F

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

Shades of Olivetone #71781F

Tints of Olivetone #71781F

Color information

#71781F (or 0x71781F) is unknown color: approx Olivetone. HEX triplet: 71, 78 and 1F. RGB value is (113,120,31). Sum of RGB (Red+Green+Blue) = 113+120+31=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #71781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71781F is #8E87E0. Grayscale: #6C6C6C. Windows color (decimal): -9340897 or 2062449. OLE color: 2062449.

HSL color Cylindrical-coordinate representation of color #71781F: hue angle of 64.72º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71781F is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB11312031-
CMYK0.0600.740.53
HSL64.72º58.94%29.61%-
HSV(B)64.72º74.17%47.06%-
XYZ13.7717.043.86-
YUV107.7684.68131.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=42.80%
G=45.45%
B=11.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120310.0600.740.5364.7258.9429.61
Hex71781F604A35413b1e
Octal1611703760112651017336
Binary111000111110001111111001001010110101100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71781F; }

 p { color: rgb(113,120,31); }

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

<style>
 a { background-color: #71781F; }

 a { background-color: rgb(113,120,31); }

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

<style>
 span { border-color: #71781F; }

 span { border-color: rgb(113,120,31); }

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