Html Css Color HEX #74AA21 Christi

📋 copy color: '#74AA21'

red 116 ◦ green 170 ◦ blue 33

#74AA21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #74AA21

Tints of Christi #74AA21

RGB

 RED value IS 116 (45.7% from 255) = 36.36%

 GREEN value IS 170 (66.8% from 255) = 53.29%

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 36.36%
G = 53.29%
B = 10.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#74AA21 (or 0x74AA21) is known color: Christi. HEX triplet: 74, AA and 21. RGB value is (116,170,33). Sum of RGB (Red+Green+Blue) = 116+170+33=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA21 is #8B55DE. Grayscale: #8A8A8A. Windows color (decimal): -9131487 or 2206324. OLE color: 2206324.

HSL color Cylindrical-coordinate representation of color #74AA21: hue angle of 83.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74AA21 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 33 -
CMYK 0.32 0 0.81 0.33
HSL 83.65º 0.67% 0.4% -
HSV(B) 83.65º 0.81% 0.67% -
XYZ 21.85 32.57 6.57 -
YUV 138.24 68.61 112.14 -
System Red Green Blue C M Y K H S L
Decimal 116 170 33 0.32 0 0.81 0.33 83.65 0.67 0.4
Hex 74 AA 21 20 0 51 21 54 43 28
Octal 164 252 41 40 0 121 41 124 103 50
Binary 1110100 10101010 100001 100000 0 1010001 100001 1010100 1000011 101000

Color Harmonies of #74AA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA21

Black with #74AA21

Text Example


Text Example

White with #74AA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74AA21;
 }
 .AnyTagClassName
 {
   color: #74AA21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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