#75721E

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

Shades of Olivetone #75721E

Tints of Olivetone #75721E

Color information

#75721E (or 0x75721E) is unknown color: approx Olivetone. HEX triplet: 75, 72 and 1E. RGB value is (117,114,30). Sum of RGB (Red+Green+Blue) = 117+114+30=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75721E is #8A8DE1. Grayscale: #696969. Windows color (decimal): -9080290 or 1995381. OLE color: 1995381.

HSL color Cylindrical-coordinate representation of color #75721E: hue angle of 57.93º 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 #75721E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB11711430-
CMYK00.030.740.54
HSL57.93º59.18%28.82%-
HSV(B)57.93º74.36%45.88%-
XYZ13.5915.913.58-
YUV105.3285.49136.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=44.83%
G=43.68%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171143000.030.740.5457.9359.1828.82
Hex75721E034A363a3b1d
Octal165162360311266727335
Binary1110101111001011110011100101011011011101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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