#759001

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

Shades of Olive #759001

Tints of Olive #759001

Color information

#759001 (or 0x759001) is unknown color: approx Olive. HEX triplet: 75, 90 and 01. RGB value is (117,144,1). Sum of RGB (Red+Green+Blue) = 117+144+1=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #759001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759001 is #8A6FFE. Grayscale: #787878. Windows color (decimal): -9072639 or 102517. OLE color: 102517.

HSL color Cylindrical-coordinate representation of color #759001: hue angle of 71.33º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #759001 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1171441-
CMYK0.1900.990.44
HSL71.33º98.62%28.43%-
HSV(B)71.33º99.31%56.47%-
XYZ17.3123.733.7-
YUV119.6261.05126.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=44.66%
G=54.96%
B=0.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11714410.1900.990.4471.3398.6228.43
Hex75901130632C47631c
Octal16522012301435410714334
Binary111010110010000110011011000111011001000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759001; }

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

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

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

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

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

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

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

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