#759A00

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

Shades of Olive #759A00

Tints of Olive #759A00

Color information

#759A00 (or 0x759A00) is unknown color: approx Olive. HEX triplet: 75, 9A and 00. RGB value is (117,154,0). Sum of RGB (Red+Green+Blue) = 117+154+0=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #759A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759A00 is #8A65FF. Grayscale: #7D7D7D. Windows color (decimal): -9070080 or 39541. OLE color: 39541.

HSL color Cylindrical-coordinate representation of color #759A00: hue angle of 74.42º 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 #759A00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1171540-
CMYK0.24010.40
HSL74.42º100%30.2%-
HSV(B)74.42º100%60.39%-
XYZ18.8926.894.2-
YUV125.3857.24122.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 154 (60.55% from 255) = 56.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.17%
G=56.83%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11715400.24010.4074.4210030.2
Hex759A018064284a641e
Octal16523203001445011214436
Binary111010110011010011000011001001010001001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759A00; }

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

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

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

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

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

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

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

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