#757A2C

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

Shades of Olivetone #757A2C

Tints of Olivetone #757A2C

Color information

#757A2C (or 0x757A2C) is unknown color: approx Olivetone. HEX triplet: 75, 7A and 2C. RGB value is (117,122,44). Sum of RGB (Red+Green+Blue) = 117+122+44=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #757A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A2C is #8A85D3. Grayscale: #6F6F6F. Windows color (decimal): -9078228 or 2914933. OLE color: 2914933.

HSL color Cylindrical-coordinate representation of color #757A2C: hue angle of 63.85º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #757A2C is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB11712244-
CMYK0.0400.640.52
HSL63.85º46.99%32.55%-
HSV(B)63.85º63.93%47.84%-
XYZ14.7517.885.06-
YUV111.6189.84131.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=41.34%
G=43.11%
B=15.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122440.0400.640.5263.8546.9932.55
Hex757A2C404034402f21
Octal1651725440100641005741
Binary11101011111010101100100010000001101001000000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757A2C; }

 p { color: rgb(117,122,44); }

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

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

 a { background-color: rgb(117,122,44); }

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

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

 span { border-color: rgb(117,122,44); }

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