#75762A

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

Shades of Olivetone #75762A

Tints of Olivetone #75762A

Color information

#75762A (or 0x75762A) is unknown color: approx Olivetone. HEX triplet: 75, 76 and 2A. RGB value is (117,118,42). Sum of RGB (Red+Green+Blue) = 117+118+42=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #75762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75762A is #8A89D5. Grayscale: #6D6D6D. Windows color (decimal): -9079254 or 2782837. OLE color: 2782837.

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

Color convert

RGB11711842-
CMYK0.0100.640.54
HSL60.79º47.5%31.37%-
HSV(B)60.79º64.41%46.27%-
XYZ14.2316.914.7-
YUV109.0490.17133.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=42.24%
G=42.60%
B=15.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118420.0100.640.5460.7947.531.37
Hex75762A1040363d301f
Octal165166521010066756037
Binary1110101111011010101010100000011011011110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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