#759102

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

Shades of Olive #759102

Tints of Olive #759102

Color information

#759102 (or 0x759102) is unknown color: approx Olive. HEX triplet: 75, 91 and 02. RGB value is (117,145,2). Sum of RGB (Red+Green+Blue) = 117+145+2=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #759102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759102 is #8A6EFD. Grayscale: #787878. Windows color (decimal): -9072382 or 168309. OLE color: 168309.

HSL color Cylindrical-coordinate representation of color #759102: hue angle of 71.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #759102 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1171452-
CMYK0.1900.990.43
HSL71.75º97.28%28.82%-
HSV(B)71.75º98.62%56.86%-
XYZ17.4724.043.78-
YUV120.3361.22125.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 145 (57.03% from 255) = 54.92%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=44.32%
G=54.92%
B=0.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11714520.1900.990.4371.7597.2828.82
Hex75912130632B48611d
Octal16522122301435311014135
Binary1110101100100011010011011000111010111001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759102; }

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

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

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

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

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

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

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

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