#75721A

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

Shades of Olivetone #75721A

Tints of Olivetone #75721A

Color information

#75721A (or 0x75721A) is unknown color: approx Olivetone. HEX triplet: 75, 72 and 1A. RGB value is (117,114,26). Sum of RGB (Red+Green+Blue) = 117+114+26=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75721A is #8A8DE5. Grayscale: #696969. Windows color (decimal): -9080294 or 1733237. OLE color: 1733237.

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

Color convert

RGB11711426-
CMYK00.030.780.54
HSL58.02º63.64%28.04%-
HSV(B)58.02º77.78%45.88%-
XYZ13.5415.893.33-
YUV104.8683.49136.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=45.53%
G=44.36%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171142600.030.780.5458.0263.6428.04
Hex75721A034E363a401c
Octal1651623203116667210034
Binary11101011110010110100111001110110110111010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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