#757125

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

Shades of Olivetone #757125

Tints of Olivetone #757125

Color information

#757125 (or 0x757125) is unknown color: approx Olivetone. HEX triplet: 75, 71 and 25. RGB value is (117,113,37). Sum of RGB (Red+Green+Blue) = 117+113+37=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #757125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757125 is #8A8EDA. Grayscale: #696969. Windows color (decimal): -9080539 or 2453877. OLE color: 2453877.

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

Color convert

RGB11711337-
CMYK00.030.680.54
HSL57º51.95%30.2%-
HSV(B)57º68.38%45.88%-
XYZ13.5815.734.07-
YUV105.5389.33136.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=43.82%
G=42.32%
B=13.86%

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
Decimal1171133700.030.680.545751.9530.2
Hex75712503443639341e
Octal165161450310466716436
Binary11101011110001100101011100010011011011100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757125; }

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

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

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

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

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

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

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

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