#73771D

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

Shades of Olivetone #73771D

Tints of Olivetone #73771D

Color information

#73771D (or 0x73771D) is unknown color: approx Olivetone. HEX triplet: 73, 77 and 1D. RGB value is (115,119,29). Sum of RGB (Red+Green+Blue) = 115+119+29=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #73771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73771D is #8C88E2. Grayscale: #6B6B6B. Windows color (decimal): -9210083 or 1931123. OLE color: 1931123.

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

Color convert

RGB11511929-
CMYK0.0300.760.53
HSL62.67º60.81%29.02%-
HSV(B)62.67º75.63%46.67%-
XYZ13.8916.933.7-
YUV107.5483.67133.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=43.73%
G=45.25%
B=11.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115119290.0300.760.5362.6760.8129.02
Hex73771D304C353f3d1d
Octal163167353011465777535
Binary1110011111011111101110100110011010111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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