#75AA10

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

Shades of Christi #75AA10

Tints of Christi #75AA10

Color information

#75AA10 (or 0x75AA10) is unknown color: approx Christi. HEX triplet: 75, AA and 10. RGB value is (117,170,16). Sum of RGB (Red+Green+Blue) = 117+170+16=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AA10 is #8A55EF. Grayscale: #898989. Windows color (decimal): -9065968 or 1092213. OLE color: 1092213.

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

Color convert

RGB11717016-
CMYK0.3100.910.33
HSL80.65º82.8%36.47%-
HSV(B)80.65º90.59%66.67%-
XYZ21.832.575.63-
YUV136.659.94114.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 170 (66.80% from 255) = 56.11%
BLUE value IS 16 (6.64% from 255) = 5.28%
R=38.61%
G=56.11%
B=5.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170160.3100.910.3380.6582.836.47
Hex75AA101F05B21515324
Octal165252203701334112112344
Binary11101011010101010000111110101101110000110100011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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