#75A21D

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

Shades of Christi #75A21D

Tints of Christi #75A21D

Color information

#75A21D (or 0x75A21D) is unknown color: approx Christi. HEX triplet: 75, A2 and 1D. RGB value is (117,162,29). Sum of RGB (Red+Green+Blue) = 117+162+29=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #75A21D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A21D is #8A5DE2. Grayscale: #858585. Windows color (decimal): -9068003 or 1942133. OLE color: 1942133.

HSL color Cylindrical-coordinate representation of color #75A21D: hue angle of 80.3º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75A21D is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB11716229-
CMYK0.2800.820.36
HSL80.3º69.63%37.45%-
HSV(B)80.3º82.1%63.53%-
XYZ20.4829.715.82-
YUV133.3869.09116.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 29 (11.72% from 255) = 9.42%
R=37.99%
G=52.60%
B=9.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162290.2800.820.3680.369.6337.45
Hex75A21D1C05224504625
Octal165242353401224412010645
Binary11101011010001011101111000101001010010010100001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,29); }

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

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

 a { background-color: rgb(117,162,29); }

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

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

 span { border-color: rgb(117,162,29); }

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