#757026

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

Shades of Olivetone #757026

Tints of Olivetone #757026

Color information

#757026 (or 0x757026) is unknown color: approx Olivetone. HEX triplet: 75, 70 and 26. RGB value is (117,112,38). Sum of RGB (Red+Green+Blue) = 117+112+38=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #757026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757026 is #8A8FD9. Grayscale: #696969. Windows color (decimal): -9080794 or 2519157. OLE color: 2519157.

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

Color convert

RGB11711238-
CMYK00.040.680.54
HSL56.2º50.97%30.39%-
HSV(B)56.2º67.52%45.88%-
XYZ13.4815.514.12-
YUV105.0690.16136.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=43.82%
G=41.95%
B=14.23%

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
Decimal1171123800.040.680.5456.250.9730.39
Hex75702604443638331e
Octal165160460410466706336
Binary111010111100001001100100100010011011011100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757026; }

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

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

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

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

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

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

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

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