#75A21E

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

Shades of Christi #75A21E

Tints of Christi #75A21E

Color information

#75A21E (or 0x75A21E) is unknown color: approx Christi. HEX triplet: 75, A2 and 1E. RGB value is (117,162,30). Sum of RGB (Red+Green+Blue) = 117+162+30=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #75A21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A21E is #8A5DE1. Grayscale: #858585. Windows color (decimal): -9068002 or 2007669. OLE color: 2007669.

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

Color convert

RGB11716230-
CMYK0.2800.810.36
HSL80.45º68.75%37.65%-
HSV(B)80.45º81.48%63.53%-
XYZ20.4929.725.88-
YUV133.569.59116.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 30 (12.11% from 255) = 9.71%
R=37.86%
G=52.43%
B=9.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162300.2800.810.3680.4568.7537.65
Hex75A21E1C05124504526
Octal165242363401214412010546
Binary11101011010001011110111000101000110010010100001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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