#75AA21

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

Shades of Christi #75AA21

Tints of Christi #75AA21

Color information

#75AA21 (or 0x75AA21) is unknown color: approx Christi. HEX triplet: 75, AA and 21. RGB value is (117,170,33). Sum of RGB (Red+Green+Blue) = 117+170+33=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA21 is #8A55DE. Grayscale: #8B8B8B. Windows color (decimal): -9065951 or 2206325. OLE color: 2206325.

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

Color convert

RGB11717033-
CMYK0.3100.810.33
HSL83.21º67.49%39.8%-
HSV(B)83.21º80.59%66.67%-
XYZ21.9932.646.58-
YUV138.5468.44112.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 33 (13.28% from 255) = 10.31%
R=36.56%
G=53.12%
B=10.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170330.3100.810.3383.2167.4939.8
Hex75AA211F05121534328
Octal165252413701214112310350
Binary111010110101010100001111110101000110000110100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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