#75AA11

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

Shades of Christi #75AA11

Tints of Christi #75AA11

Color information

#75AA11 (or 0x75AA11) is unknown color: approx Christi. HEX triplet: 75, AA and 11. RGB value is (117,170,17). Sum of RGB (Red+Green+Blue) = 117+170+17=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AA11 is #8A55EE. Grayscale: #898989. Windows color (decimal): -9065967 or 1157749. OLE color: 1157749.

HSL color Cylindrical-coordinate representation of color #75AA11: hue angle of 80.78º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75AA11 is Cyan = 0.31, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB11717017-
CMYK0.3100.90.33
HSL80.78º81.82%36.67%-
HSV(B)80.78º90%66.67%-
XYZ21.8132.575.67-
YUV136.7160.44113.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 170 (66.80% from 255) = 55.92%
BLUE value IS 17 (7.03% from 255) = 5.59%
R=38.49%
G=55.92%
B=5.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170170.3100.90.3380.7881.8236.67
Hex75AA111F05A21515225
Octal165252213701324112112245
Binary11101011010101010001111110101101010000110100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AA11; }

 p { color: rgb(117,170,17); }

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

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

 a { background-color: rgb(117,170,17); }

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

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

 span { border-color: rgb(117,170,17); }

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