#74B516

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

Shades of Christi #74B516

Tints of Christi #74B516

Color information

#74B516 (or 0x74B516) is unknown color: approx Christi. HEX triplet: 74, B5 and 16. RGB value is (116,181,22). Sum of RGB (Red+Green+Blue) = 116+181+22=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #74B516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B516 is #8B4AE9. Grayscale: #909090. Windows color (decimal): -9128682 or 1488244. OLE color: 1488244.

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

Color convert

RGB11618122-
CMYK0.3600.880.29
HSL84.53º78.33%39.8%-
HSV(B)84.53º87.85%70.98%-
XYZ23.8736.826.61-
YUV143.4459.47108.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 181 (71.09% from 255) = 56.74%
BLUE value IS 22 (8.98% from 255) = 6.90%
R=36.36%
G=56.74%
B=6.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116181220.3600.880.2984.5378.3339.8
Hex74B516240581D554e28
Octal164265264401303512511650
Binary11101001011010110110100100010110001110110101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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