#74A31A

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

Shades of Christi #74A31A

Tints of Christi #74A31A

Color information

#74A31A (or 0x74A31A) is unknown color: approx Christi. HEX triplet: 74, A3 and 1A. RGB value is (116,163,26). Sum of RGB (Red+Green+Blue) = 116+163+26=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #74A31A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A31A is #8B5CE5. Grayscale: #858585. Windows color (decimal): -9133286 or 1745780. OLE color: 1745780.

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

Color convert

RGB11616326-
CMYK0.2900.840.36
HSL80.58º72.49%37.06%-
HSV(B)80.58º84.05%63.92%-
XYZ20.4929.985.68-
YUV133.3367.43115.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 163 (64.06% from 255) = 53.44%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=38.03%
G=53.44%
B=8.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163260.2900.840.3680.5872.4937.06
Hex74A31A1D05424514825
Octal164243323501244412111045
Binary11101001010001111010111010101010010010010100011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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