#757225

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

Shades of Olivetone #757225

Tints of Olivetone #757225

Color information

#757225 (or 0x757225) is unknown color: approx Olivetone. HEX triplet: 75, 72 and 25. RGB value is (117,114,37). Sum of RGB (Red+Green+Blue) = 117+114+37=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #757225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757225 is #8A8DDA. Grayscale: #6A6A6A. Windows color (decimal): -9080283 or 2454133. OLE color: 2454133.

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

Color convert

RGB11711437-
CMYK00.030.680.54
HSL57.75º51.95%30.2%-
HSV(B)57.75º68.38%45.88%-
XYZ13.6915.954.11-
YUV106.1288.99135.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=43.66%
G=42.54%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171143700.030.680.5457.7551.9530.2
Hex7572250344363a341e
Octal165162450310466726436
Binary11101011110010100101011100010011011011101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757225; }

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

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

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

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

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

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

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

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