#74A81E

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

Shades of Christi #74A81E

Tints of Christi #74A81E

Color information

#74A81E (or 0x74A81E) is unknown color: approx Christi. HEX triplet: 74, A8 and 1E. RGB value is (116,168,30). Sum of RGB (Red+Green+Blue) = 116+168+30=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #74A81E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A81E is #8B57E1. Grayscale: #898989. Windows color (decimal): -9132002 or 2009204. OLE color: 2009204.

HSL color Cylindrical-coordinate representation of color #74A81E: hue angle of 82.61º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74A81E is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB11616830-
CMYK0.3100.820.34
HSL82.61º69.7%38.82%-
HSV(B)82.61º82.14%65.88%-
XYZ21.4431.816.24-
YUV136.7267.77113.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 168 (66.02% from 255) = 53.50%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=36.94%
G=53.50%
B=9.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116168300.3100.820.3482.6169.738.82
Hex74A81E1F05222534627
Octal164250363701224212310647
Binary11101001010100011110111110101001010001010100111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A81E; }

 p { color: rgb(116,168,30); }

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

<style>
 a { background-color: #74A81E; }

 a { background-color: rgb(116,168,30); }

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

<style>
 span { border-color: #74A81E; }

 span { border-color: rgb(116,168,30); }

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