#75752A

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

Shades of Olivetone #75752A

Tints of Olivetone #75752A

Color information

#75752A (or 0x75752A) is unknown color: approx Olivetone. HEX triplet: 75, 75 and 2A. RGB value is (117,117,42). Sum of RGB (Red+Green+Blue) = 117+117+42=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75752A is #8A8AD5. Grayscale: #6C6C6C. Windows color (decimal): -9079510 or 2782581. OLE color: 2782581.

HSL color Cylindrical-coordinate representation of color #75752A: hue angle of 60º 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 #75752A is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11711742-
CMYK000.640.54
HSL60º47.17%31.18%-
HSV(B)60º64.1%45.88%-
XYZ14.1216.674.66-
YUV108.4590.5134.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=42.39%
G=42.39%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711742000.640.546047.1731.18
Hex75752A0040363c2f1f
Octal165165520010066745737
Binary1110101111010110101000100000011011011110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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