#75732A

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

Shades of Olivetone #75732A

Tints of Olivetone #75732A

Color information

#75732A (or 0x75732A) is unknown color: approx Olivetone. HEX triplet: 75, 73 and 2A. RGB value is (117,115,42). Sum of RGB (Red+Green+Blue) = 117+115+42=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75732A is #8A8CD5. Grayscale: #6B6B6B. Windows color (decimal): -9080022 or 2782069. OLE color: 2782069.

HSL color Cylindrical-coordinate representation of color #75732A: hue angle of 58.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75732A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11711542-
CMYK00.020.640.54
HSL58.4º47.17%31.18%-
HSV(B)58.4º64.1%45.88%-
XYZ13.8816.214.59-
YUV107.2891.16134.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=42.70%
G=41.97%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171154200.020.640.5458.447.1731.18
Hex75732A0240363a2f1f
Octal165163520210066725737
Binary11101011110011101010010100000011011011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75732A; }

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

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

<style>
 a { background-color: #75732A; }

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

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

<style>
 span { border-color: #75732A; }

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

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