#757025

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

Shades of Olivetone #757025

Tints of Olivetone #757025

Color information

#757025 (or 0x757025) is unknown color: approx Olivetone. HEX triplet: 75, 70 and 25. RGB value is (117,112,37). Sum of RGB (Red+Green+Blue) = 117+112+37=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #757025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757025 is #8A8FDA. Grayscale: #696969. Windows color (decimal): -9080795 or 2453621. OLE color: 2453621.

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

Color convert

RGB11711237-
CMYK00.040.680.54
HSL56.25º51.95%30.2%-
HSV(B)56.25º68.38%45.88%-
XYZ13.4615.54.03-
YUV104.9489.66136.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=43.98%
G=42.11%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171123700.040.680.5456.2551.9530.2
Hex75702504443638341e
Octal165160450410466706436
Binary111010111100001001010100100010011011011100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757025; }

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

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

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

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

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

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

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

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