#74A210

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

Shades of Christi #74A210

Tints of Christi #74A210

Color information

#74A210 (or 0x74A210) is unknown color: approx Christi. HEX triplet: 74, A2 and 10. RGB value is (116,162,16). Sum of RGB (Red+Green+Blue) = 116+162+16=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #74A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A210 is #8B5DEF. Grayscale: #848484. Windows color (decimal): -9133552 or 1090164. OLE color: 1090164.

HSL color Cylindrical-coordinate representation of color #74A210: hue angle of 78.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74A210 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB11616216-
CMYK0.2800.900.36
HSL78.9º82.02%34.9%-
HSV(B)78.9º90.12%63.53%-
XYZ20.2229.595.14-
YUV131.662.76116.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 162 (63.67% from 255) = 55.10%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=39.46%
G=55.10%
B=5.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116162160.2800.900.3678.982.0234.9
Hex74A2101C05A244f5223
Octal164242203401324411712243
Binary11101001010001010000111000101101010010010011111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,162,16); }

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

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

 a { background-color: rgb(116,162,16); }

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

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

 span { border-color: rgb(116,162,16); }

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