#759602

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

Shades of Olive #759602

Tints of Olive #759602

Color information

#759602 (or 0x759602) is unknown color: approx Olive. HEX triplet: 75, 96 and 02. RGB value is (117,150,2). Sum of RGB (Red+Green+Blue) = 117+150+2=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #759602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759602 is #8A69FD. Grayscale: #7B7B7B. Windows color (decimal): -9071102 or 169589. OLE color: 169589.

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

Color convert

RGB1171502-
CMYK0.2200.990.41
HSL73.38º97.37%29.8%-
HSV(B)73.38º98.67%58.82%-
XYZ18.2525.64.04-
YUV123.2659.57123.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=43.49%
G=55.76%
B=0.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11715020.2200.990.4173.3897.3729.8
Hex75962160632949611e
Octal16522622601435111114136
Binary1110101100101101010110011000111010011001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759602; }

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

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

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

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

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

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

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

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