#759900

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

Shades of Olive #759900

Tints of Olive #759900

Color information

#759900 (or 0x759900) is unknown color: approx Olive. HEX triplet: 75, 99 and 00. RGB value is (117,153,0). Sum of RGB (Red+Green+Blue) = 117+153+0=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #759900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759900 is #8A66FF. Grayscale: #7D7D7D. Windows color (decimal): -9070336 or 39285. OLE color: 39285.

HSL color Cylindrical-coordinate representation of color #759900: hue angle of 74.12º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #759900 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1171530-
CMYK0.24010.4
HSL74.12º100%30%-
HSV(B)74.12º100%60%-
XYZ18.7326.564.14-
YUV124.7957.57122.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 153 (60.16% from 255) = 56.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.33%
G=56.67%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11715300.24010.474.1210030
Hex7599018064284a641e
Octal16523103001445011214436
Binary111010110011001011000011001001010001001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759900; }

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

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

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

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

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

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

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

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