#757527

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

Shades of Olivetone #757527

Tints of Olivetone #757527

Color information

#757527 (or 0x757527) is unknown color: approx Olivetone. HEX triplet: 75, 75 and 27. RGB value is (117,117,39). Sum of RGB (Red+Green+Blue) = 117+117+39=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757527 is #8A8AD8. Grayscale: #6C6C6C. Windows color (decimal): -9079513 or 2585973. OLE color: 2585973.

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

Color convert

RGB11711739-
CMYK000.670.54
HSL60º50%30.59%-
HSV(B)60º66.67%45.88%-
XYZ14.0616.654.39-
YUV108.1189134.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711739000.670.54605030.59
Hex7575270043363c321f
Octal165165470010366746237
Binary1110101111010110011100100001111011011110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757527; }

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

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

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

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

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

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

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

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