#74A217

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

Shades of Christi #74A217

Tints of Christi #74A217

Color information

#74A217 (or 0x74A217) is unknown color: approx Christi. HEX triplet: 74, A2 and 17. RGB value is (116,162,23). Sum of RGB (Red+Green+Blue) = 116+162+23=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #74A217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A217 is #8B5DE8. Grayscale: #848484. Windows color (decimal): -9133545 or 1548916. OLE color: 1548916.

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

Color convert

RGB11616223-
CMYK0.2800.860.36
HSL79.86º75.14%36.27%-
HSV(B)79.86º85.8%63.53%-
XYZ20.2829.625.46-
YUV132.466.26116.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 23 (9.38% from 255) = 7.64%
R=38.54%
G=53.82%
B=7.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116162230.2800.860.3679.8675.1436.27
Hex74A2171C05624504b24
Octal164242273401264412011344
Binary11101001010001010111111000101011010010010100001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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