#74A313

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

Shades of Christi #74A313

Tints of Christi #74A313

Color information

#74A313 (or 0x74A313) is unknown color: approx Christi. HEX triplet: 74, A3 and 13. RGB value is (116,163,19). Sum of RGB (Red+Green+Blue) = 116+163+19=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #74A313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A313 is #8B5CEC. Grayscale: #858585. Windows color (decimal): -9133293 or 1287028. OLE color: 1287028.

HSL color Cylindrical-coordinate representation of color #74A313: hue angle of 79.58º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74A313 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB11616319-
CMYK0.2900.880.36
HSL79.58º79.12%35.69%-
HSV(B)79.58º88.34%63.92%-
XYZ20.4229.955.32-
YUV132.5363.93116.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 163 (64.06% from 255) = 54.70%
BLUE value IS 19 (7.81% from 255) = 6.38%
R=38.93%
G=54.70%
B=6.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163190.2900.880.3679.5879.1235.69
Hex74A3131D05824504f24
Octal164243233501304412011744
Binary11101001010001110011111010101100010010010100001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,163,19); }

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

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

 a { background-color: rgb(116,163,19); }

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

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

 span { border-color: rgb(116,163,19); }

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