#75711F

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

Shades of Olivetone #75711F

Tints of Olivetone #75711F

Color information

#75711F (or 0x75711F) is unknown color: approx Olivetone. HEX triplet: 75, 71 and 1F. RGB value is (117,113,31). Sum of RGB (Red+Green+Blue) = 117+113+31=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75711F is #8A8EE0. Grayscale: #696969. Windows color (decimal): -9080545 or 2060661. OLE color: 2060661.

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

Color convert

RGB11711331-
CMYK00.030.740.54
HSL57.21º58.11%29.02%-
HSV(B)57.21º73.5%45.88%-
XYZ13.4915.693.61-
YUV104.8586.33136.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=44.83%
G=43.30%
B=11.88%

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
Decimal1171133100.030.740.5457.2158.1129.02
Hex75711F034A36393a1d
Octal165161370311266717235
Binary1110101111000111111011100101011011011100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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