#756201

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

Shades of Olive #756201

Tints of Olive #756201

Color information

#756201 (or 0x756201) is unknown color: approx Olive. HEX triplet: 75, 62 and 01. RGB value is (117,98,1). Sum of RGB (Red+Green+Blue) = 117+98+1=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #756201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756201 is #8A9DFE. Grayscale: #5D5D5D. Windows color (decimal): -9084415 or 90741. OLE color: 90741.

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

Color convert

RGB117981-
CMYK00.160.990.54
HSL50.17º98.31%23.14%-
HSV(B)50.17º99.15%45.88%-
XYZ11.7112.521.83-
YUV92.6276.29145.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=54.17%
G=45.37%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11798100.160.990.5450.1798.3123.14
Hex756210106336326217
Octal1651421020143666214227
Binary1110101110001010100001100011110110110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756201; }

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

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

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

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

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

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

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

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