#759002

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

Shades of Olive #759002

Tints of Olive #759002

Color information

#759002 (or 0x759002) is unknown color: approx Olive. HEX triplet: 75, 90 and 02. RGB value is (117,144,2). Sum of RGB (Red+Green+Blue) = 117+144+2=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #759002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759002 is #8A6FFD. Grayscale: #787878. Windows color (decimal): -9072638 or 168053. OLE color: 168053.

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

Color convert

RGB1171442-
CMYK0.1900.990.44
HSL71.41º97.26%28.63%-
HSV(B)71.41º98.61%56.47%-
XYZ17.3223.733.73-
YUV119.7461.55126.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 144 (56.64% from 255) = 54.75%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=44.49%
G=54.75%
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.44
SystemRedGreenBlueCMYKHSL
Decimal11714420.1900.990.4471.4197.2628.63
Hex75902130632C47611d
Octal16522022301435410714135
Binary1110101100100001010011011000111011001000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759002; }

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

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

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

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

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

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

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

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