#75AA19

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

Shades of Christi #75AA19

Tints of Christi #75AA19

Color information

#75AA19 (or 0x75AA19) is unknown color: approx Christi. HEX triplet: 75, AA and 19. RGB value is (117,170,25). Sum of RGB (Red+Green+Blue) = 117+170+25=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AA19 is #8A55E6. Grayscale: #8A8A8A. Windows color (decimal): -9065959 or 1682037. OLE color: 1682037.

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

Color convert

RGB11717025-
CMYK0.3100.850.33
HSL81.93º74.36%38.24%-
HSV(B)81.93º85.29%66.67%-
XYZ21.8932.66.06-
YUV137.6264.44113.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 25 (10.16% from 255) = 8.01%
R=37.5%
G=54.49%
B=8.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170250.3100.850.3381.9374.3638.24
Hex75AA191F05521524a26
Octal165252313701254112211246
Binary11101011010101011001111110101010110000110100101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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