#71781D

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

Shades of Olivetone #71781D

Tints of Olivetone #71781D

Color information

#71781D (or 0x71781D) is unknown color: approx Olivetone. HEX triplet: 71, 78 and 1D. RGB value is (113,120,29). Sum of RGB (Red+Green+Blue) = 113+120+29=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #71781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71781D is #8E87E2. Grayscale: #6B6B6B. Windows color (decimal): -9340899 or 1931377. OLE color: 1931377.

HSL color Cylindrical-coordinate representation of color #71781D: hue angle of 64.62º 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 #71781D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11312029-
CMYK0.0600.760.53
HSL64.62º61.07%29.22%-
HSV(B)64.62º75.83%47.06%-
XYZ13.7517.033.73-
YUV107.5383.68131.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=43.13%
G=45.80%
B=11.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120290.0600.760.5364.6261.0729.22
Hex71781D604C35413d1d
Octal1611703560114651017535
Binary111000111110001110111001001100110101100000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71781D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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