#759309

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

Shades of Olive Drab #759309

Tints of Olive Drab #759309

Color information

#759309 (or 0x759309) is unknown color: approx Olive Drab. HEX triplet: 75, 93 and 09. RGB value is (117,147,9). Sum of RGB (Red+Green+Blue) = 117+147+9=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #759309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759309 is #8A6CF6. Grayscale: #7A7A7A. Windows color (decimal): -9071863 or 627573. OLE color: 627573.

HSL color Cylindrical-coordinate representation of color #759309: hue angle of 73.04º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #759309 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1171479-
CMYK0.2000.940.42
HSL73.04º88.46%30.59%-
HSV(B)73.04º93.88%57.65%-
XYZ17.8224.674.08-
YUV122.364.06124.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=42.86%
G=53.85%
B=3.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11714790.2000.940.4273.0488.4630.59
Hex759391405E2A49581f
Octal165223112401365211113037
Binary111010110010011100110100010111101010101001001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759309; }

 p { color: rgb(117,147,9); }

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

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

 a { background-color: rgb(117,147,9); }

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

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

 span { border-color: rgb(117,147,9); }

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