#74a521

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

Shades of Christi #74A521

Tints of Christi #74A521

Color information

#74A521 (or 0x74A521) is unknown color: approx Christi. HEX triplet: 74, A5 and 21. RGB value is (116,165,33). Sum of RGB (Red+Green+Blue) = 116+165+33=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #74A521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A521 is #8B5ADE. Grayscale: #878787. Windows color (decimal): -9132767 or 2205044. OLE color: 2205044.

HSL color Cylindrical-coordinate representation of color #74A521: hue angle of 82.27º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74A521 is Cyan = 0.30, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB11616533-
CMYK0.3000.80.35
HSL82.27º66.67%38.82%-
HSV(B)82.27º80%64.71%-
XYZ20.9330.736.27-
YUV135.370.27114.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 165 (64.84% from 255) = 52.55%
BLUE value IS 33 (13.28% from 255) = 10.51%
R=36.94%
G=52.55%
B=10.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116165330.3000.80.3582.2766.6738.82
Hex74A5211E05023524327
Octal164245413601204312210347
Binary111010010100101100001111100101000010001110100101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74a521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,165,33); }

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

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

 a { background-color: rgb(116,165,33); }

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

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

 span { border-color: rgb(116,165,33); }

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