#73751E

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

Shades of Olivetone #73751E

Tints of Olivetone #73751E

Color information

#73751E (or 0x73751E) is unknown color: approx Olivetone. HEX triplet: 73, 75 and 1E. RGB value is (115,117,30). Sum of RGB (Red+Green+Blue) = 115+117+30=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #73751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73751E is #8C8AE1. Grayscale: #6A6A6A. Windows color (decimal): -9210594 or 1996147. OLE color: 1996147.

HSL color Cylindrical-coordinate representation of color #73751E: hue angle of 61.38º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73751E is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB11511730-
CMYK0.0200.740.54
HSL61.38º59.18%28.82%-
HSV(B)61.38º74.36%45.88%-
XYZ13.6716.463.69-
YUV106.4884.84134.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=43.89%
G=44.66%
B=11.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115117300.0200.740.5461.3859.1828.82
Hex73751E204A363d3b1d
Octal163165362011266757335
Binary1110011111010111110100100101011011011110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73751E; }

 p { color: rgb(115,117,30); }

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

<style>
 a { background-color: #73751E; }

 a { background-color: rgb(115,117,30); }

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

<style>
 span { border-color: #73751E; }

 span { border-color: rgb(115,117,30); }

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