#74AA14

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

Shades of Christi #74AA14

Tints of Christi #74AA14

Color information

#74AA14 (or 0x74AA14) is unknown color: approx Christi. HEX triplet: 74, AA and 14. RGB value is (116,170,20). Sum of RGB (Red+Green+Blue) = 116+170+20=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA14 is #8B55EB. Grayscale: #898989. Windows color (decimal): -9131500 or 1354356. OLE color: 1354356.

HSL color Cylindrical-coordinate representation of color #74AA14: hue angle of 81.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74AA14 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB11617020-
CMYK0.3200.880.33
HSL81.6º78.95%37.25%-
HSV(B)81.6º88.24%66.67%-
XYZ21.732.515.79-
YUV136.7562.11113.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=37.91%
G=55.56%
B=6.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170200.3200.880.3381.678.9537.25
Hex74AA142005821524f25
Octal164252244001304112211745
Binary111010010101010101001000000101100010000110100101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,170,20); }

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

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

 a { background-color: rgb(116,170,20); }

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

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

 span { border-color: rgb(116,170,20); }

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