#757801

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

Shades of Olive #757801

Tints of Olive #757801

Color information

#757801 (or 0x757801) is unknown color: approx Olive. HEX triplet: 75, 78 and 01. RGB value is (117,120,1). Sum of RGB (Red+Green+Blue) = 117+120+1=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #757801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757801 is #8A87FE. Grayscale: #6A6A6A. Windows color (decimal): -9078783 or 96373. OLE color: 96373.

HSL color Cylindrical-coordinate representation of color #757801: hue angle of 61.51º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #757801 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1171201-
CMYK0.0200.990.53
HSL61.51º98.35%23.73%-
HSV(B)61.51º99.17%47.06%-
XYZ14.0617.222.61-
YUV105.5469.01136.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=49.16%
G=50.42%
B=0.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11712010.0200.990.5361.5198.3523.73
Hex757812063353e6218
Octal165170120143657614230
Binary1110101111100011001100011110101111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757801; }

 p { color: rgb(117,120,1); }

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

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

 a { background-color: rgb(117,120,1); }

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

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

 span { border-color: rgb(117,120,1); }

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