#757228

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

Shades of Olivetone #757228

Tints of Olivetone #757228

Color information

#757228 (or 0x757228) is unknown color: approx Olivetone. HEX triplet: 75, 72 and 28. RGB value is (117,114,40). Sum of RGB (Red+Green+Blue) = 117+114+40=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #757228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757228 is #8A8DD7. Grayscale: #6A6A6A. Windows color (decimal): -9080280 or 2650741. OLE color: 2650741.

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

Color convert

RGB11711440-
CMYK00.030.660.54
HSL57.66º49.04%30.78%-
HSV(B)57.66º65.81%45.88%-
XYZ13.7415.974.37-
YUV106.4690.49135.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=43.17%
G=42.07%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171144000.030.660.5457.6649.0430.78
Hex7572280342363a311f
Octal165162500310266726137
Binary11101011110010101000011100001011011011101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757228; }

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

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

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

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

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

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

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

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