#758201

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

Shades of Olive #758201

Tints of Olive #758201

Color information

#758201 (or 0x758201) is unknown color: approx Olive. HEX triplet: 75, 82 and 01. RGB value is (117,130,1). Sum of RGB (Red+Green+Blue) = 117+130+1=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #758201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758201 is #8A7DFE. Grayscale: #6F6F6F. Windows color (decimal): -9076223 or 98933. OLE color: 98933.

HSL color Cylindrical-coordinate representation of color #758201: hue angle of 66.05º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #758201 is Cyan = 0.1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB1171301-
CMYK0.100.990.49
HSL66.05º98.47%25.69%-
HSV(B)66.05º99.23%50.98%-
XYZ15.3219.753.03-
YUV111.4165.69131.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=47.18%
G=52.42%
B=0.40%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11713010.100.990.4966.0598.4725.69
Hex75821A0633142621a
Octal16520211201436110214232
Binary11101011000001011010011000111100011000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758201; }

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

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

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

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

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

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

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

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