#757920

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

Shades of Olivetone #757920

Tints of Olivetone #757920

Color information

#757920 (or 0x757920) is unknown color: approx Olivetone. HEX triplet: 75, 79 and 20. RGB value is (117,121,32). Sum of RGB (Red+Green+Blue) = 117+121+32=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #757920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757920 is #8A86DF. Grayscale: #6E6E6E. Windows color (decimal): -9078496 or 2128245. OLE color: 2128245.

HSL color Cylindrical-coordinate representation of color #757920: hue angle of 62.7º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #757920 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB11712132-
CMYK0.0300.740.53
HSL62.7º58.17%30%-
HSV(B)62.7º73.55%47.45%-
XYZ14.4317.564-
YUV109.6684.17133.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=43.33%
G=44.81%
B=11.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121320.0300.740.5362.758.1730
Hex757920304A353f3a1e
Octal165171403011265777236
Binary11101011111001100000110100101011010111111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757920; }

 p { color: rgb(117,121,32); }

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

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

 a { background-color: rgb(117,121,32); }

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

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

 span { border-color: rgb(117,121,32); }

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