#759100

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

Shades of Olive #759100

Tints of Olive #759100

Color information

#759100 (or 0x759100) is unknown color: approx Olive. HEX triplet: 75, 91 and 00. RGB value is (117,145,0). Sum of RGB (Red+Green+Blue) = 117+145+0=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #759100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759100 is #8A6EFF. Grayscale: #787878. Windows color (decimal): -9072384 or 37237. OLE color: 37237.

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

Color convert

RGB1171450-
CMYK0.19010.43
HSL71.59º100%28.43%-
HSV(B)71.59º100%56.86%-
XYZ17.4624.033.72-
YUV120.160.22125.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 145 (57.03% from 255) = 55.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.66%
G=55.34%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11714500.19010.4371.5910028.43
Hex75910130642B48641c
Octal16522102301445311014434
Binary111010110010001010011011001001010111001000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759100; }

 p { color: rgb(117,145,0); }

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

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

 a { background-color: rgb(117,145,0); }

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

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

 span { border-color: rgb(117,145,0); }

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