#757603

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

Shades of Olive #757603

Tints of Olive #757603

Color information

#757603 (or 0x757603) is unknown color: approx Olive. HEX triplet: 75, 76 and 03. RGB value is (117,118,3). Sum of RGB (Red+Green+Blue) = 117+118+3=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #757603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757603 is #8A89FC. Grayscale: #696969. Windows color (decimal): -9079293 or 226933. OLE color: 226933.

HSL color Cylindrical-coordinate representation of color #757603: hue angle of 60.52º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #757603 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1171183-
CMYK0.0100.970.54
HSL60.52º95.04%23.73%-
HSV(B)60.52º97.46%46.27%-
XYZ13.8316.752.59-
YUV104.5970.67136.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=49.16%
G=49.58%
B=1.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711830.0100.970.5460.5295.0423.73
Hex757631061363d5f18
Octal165166310141667513730
Binary1110101111011011101100001110110111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757603; }

 p { color: rgb(117,118,3); }

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

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

 a { background-color: rgb(117,118,3); }

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

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

 span { border-color: rgb(117,118,3); }

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