#74a316

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

Shades of Christi #74A316

Tints of Christi #74A316

Color information

#74A316 (or 0x74A316) is unknown color: approx Christi. HEX triplet: 74, A3 and 16. RGB value is (116,163,22). Sum of RGB (Red+Green+Blue) = 116+163+22=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #74A316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A316 is #8B5CE9. Grayscale: #858585. Windows color (decimal): -9133290 or 1483636. OLE color: 1483636.

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

Color convert

RGB11616322-
CMYK0.2900.870.36
HSL80º76.22%36.27%-
HSV(B)80º86.5%63.92%-
XYZ20.4429.975.47-
YUV132.8765.43115.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=38.54%
G=54.15%
B=7.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163220.2900.870.368076.2236.27
Hex74A3161D05724504c24
Octal164243263501274412011444
Binary11101001010001110110111010101011110010010100001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74a316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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