#759502

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

Shades of Olive #759502

Tints of Olive #759502

Color information

#759502 (or 0x759502) is unknown color: approx Olive. HEX triplet: 75, 95 and 02. RGB value is (117,149,2). Sum of RGB (Red+Green+Blue) = 117+149+2=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #759502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759502 is #8A6AFD. Grayscale: #7B7B7B. Windows color (decimal): -9071358 or 169333. OLE color: 169333.

HSL color Cylindrical-coordinate representation of color #759502: hue angle of 73.06º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #759502 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1171492-
CMYK0.2100.990.42
HSL73.06º97.35%29.61%-
HSV(B)73.06º98.66%58.43%-
XYZ18.0925.283.98-
YUV122.6759.9123.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 149 (58.59% from 255) = 55.60%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=43.66%
G=55.60%
B=0.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11714920.2100.990.4273.0697.3529.61
Hex75952150632A49611e
Octal16522522501435211114136
Binary1110101100101011010101011000111010101001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759502; }

 p { color: rgb(117,149,2); }

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

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

 a { background-color: rgb(117,149,2); }

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

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

 span { border-color: rgb(117,149,2); }

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