#757200

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

Shades of Olive #757200

Tints of Olive #757200

Color information

#757200 (or 0x757200) is unknown color: approx Olive. HEX triplet: 75, 72 and 00. RGB value is (117,114,0). Sum of RGB (Red+Green+Blue) = 117+114+0=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #757200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757200 is #8A8DFF. Grayscale: #666666. Windows color (decimal): -9080320 or 29301. OLE color: 29301.

HSL color Cylindrical-coordinate representation of color #757200: hue angle of 58.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #757200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1171140-
CMYK00.0310.54
HSL58.46º100%22.94%-
HSV(B)58.46º100%45.88%-
XYZ13.3515.822.35-
YUV101.970.49138.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.65%
G=49.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117114000.0310.5458.4610022.94
Hex757200364363a6417
Octal165162003144667214427
Binary1110101111001000111100100110110111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757200; }

 p { color: rgb(117,114,0); }

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

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

 a { background-color: rgb(117,114,0); }

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

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

 span { border-color: rgb(117,114,0); }

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