#75A521

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

Shades of Christi #75A521

Tints of Christi #75A521

Color information

#75A521 (or 0x75A521) is unknown color: approx Christi. HEX triplet: 75, A5 and 21. RGB value is (117,165,33). Sum of RGB (Red+Green+Blue) = 117+165+33=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #75A521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A521 is #8A5ADE. Grayscale: #888888. Windows color (decimal): -9067231 or 2205045. OLE color: 2205045.

HSL color Cylindrical-coordinate representation of color #75A521: hue angle of 81.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75A521 is Cyan = 0.29, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB11716533-
CMYK0.2900.80.35
HSL81.82º66.67%38.82%-
HSV(B)81.82º80%64.71%-
XYZ21.0730.86.27-
YUV135.670.1114.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 33 (13.28% from 255) = 10.48%
R=37.14%
G=52.38%
B=10.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165330.2900.80.3581.8266.6738.82
Hex75A5211D05023524327
Octal165245413501204312210347
Binary111010110100101100001111010101000010001110100101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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