#757027

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

Shades of Olivetone #757027

Tints of Olivetone #757027

Color information

#757027 (or 0x757027) is unknown color: approx Olivetone. HEX triplet: 75, 70 and 27. RGB value is (117,112,39). Sum of RGB (Red+Green+Blue) = 117+112+39=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #757027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757027 is #8A8FD8. Grayscale: #696969. Windows color (decimal): -9080793 or 2584693. OLE color: 2584693.

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

Color convert

RGB11711239-
CMYK00.040.670.54
HSL56.15º50%30.59%-
HSV(B)56.15º66.67%45.88%-
XYZ13.515.524.2-
YUV105.1790.66136.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=43.66%
G=41.79%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171123900.040.670.5456.155030.59
Hex75702704433638321f
Octal165160470410366706237
Binary111010111100001001110100100001111011011100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757027; }

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

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

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

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

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

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

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

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