#759209

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

Shades of Olive #759209

Tints of Olive #759209

Color information

#759209 (or 0x759209) is unknown color: approx Olive. HEX triplet: 75, 92 and 09. RGB value is (117,146,9). Sum of RGB (Red+Green+Blue) = 117+146+9=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #759209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759209 is #8A6DF6. Grayscale: #7A7A7A. Windows color (decimal): -9072119 or 627317. OLE color: 627317.

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

Color convert

RGB1171469-
CMYK0.2000.940.43
HSL72.7º88.39%30.39%-
HSV(B)72.7º93.84%57.25%-
XYZ17.6624.364.03-
YUV121.7164.39124.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 9 (3.91% from 255) = 3.31%
R=43.01%
G=53.68%
B=3.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11714690.2000.940.4372.788.3930.39
Hex759291405E2B49581e
Octal165222112401365311113036
Binary111010110010010100110100010111101010111001001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759209; }

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

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

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

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

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

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

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

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