#757300

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

Shades of Olive #757300

Tints of Olive #757300

Color information

#757300 (or 0x757300) is unknown color: approx Olive. HEX triplet: 75, 73 and 00. RGB value is (117,115,0). Sum of RGB (Red+Green+Blue) = 117+115+0=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #757300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757300 is #8A8CFF. Grayscale: #666666. Windows color (decimal): -9080064 or 29557. OLE color: 29557.

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

Color convert

RGB1171150-
CMYK00.0210.54
HSL58.97º100%22.94%-
HSV(B)58.97º100%45.88%-
XYZ13.4716.042.39-
YUV102.4970.16138.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.43%
G=49.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117115000.0210.5458.9710022.94
Hex757300264363b6417
Octal165163002144667314427
Binary1110101111001100101100100110110111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757300; }

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

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

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

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

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

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

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

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