#759802

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

Shades of Olive #759802

Tints of Olive #759802

Color information

#759802 (or 0x759802) is unknown color: approx Olive. HEX triplet: 75, 98 and 02. RGB value is (117,152,2). Sum of RGB (Red+Green+Blue) = 117+152+2=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #759802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759802 is #8A67FD. Grayscale: #7D7D7D. Windows color (decimal): -9070590 or 170101. OLE color: 170101.

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

Color convert

RGB1171522-
CMYK0.2300.990.40
HSL74º97.4%30.2%-
HSV(B)74º98.68%59.61%-
XYZ18.5826.244.14-
YUV124.4358.9122.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=43.17%
G=56.09%
B=0.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11715220.2300.990.407497.430.2
Hex7598217063284a611e
Octal16523022701435011214136
Binary1110101100110001010111011000111010001001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759802; }

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

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

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

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

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

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

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

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