Html Css Color HEX #74A922 Christi

📋 copy color: '#74A922'

red 116 ◦ green 169 ◦ blue 34

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

Shades of Christi #74A922

Tints of Christi #74A922

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.98%

 BLUE value IS 34 (13.67% from 255) = 10.66%

R = 36.36%
G = 52.98%
B = 10.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#74A922 (or 0x74A922) is known color: Christi. HEX triplet: 74, A9 and 22. RGB value is (116,169,34). Sum of RGB (Red+Green+Blue) = 116+169+34=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #74A922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A922 is #8B56DD. Grayscale: #8A8A8A. Windows color (decimal): -9131742 or 2271604. OLE color: 2271604.

HSL color Cylindrical-coordinate representation of color #74A922: hue angle of 83.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74A922 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 34 -
CMYK 0.31 0 0.80 0.34
HSL 83.56º 0.67% 0.4% -
HSV(B) 83.56º 0.8% 0.66% -
XYZ 21.68 32.2 6.59 -
YUV 137.76 69.44 112.48 -
System Red Green Blue C M Y K H S L
Decimal 116 169 34 0.31 0 0.80 0.34 83.56 0.67 0.4
Hex 74 A9 22 1F 0 50 22 54 43 28
Octal 164 251 42 37 0 120 42 124 103 50
Binary 1110100 10101001 100010 11111 0 1010000 100010 1010100 1000011 101000

Color Harmonies of #74A922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A922

Black with #74A922

Text Example


Text Example

White with #74A922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,169,34); }

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

background-color css

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

 a { background-color: rgb(116,169,34); }

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

border-color css

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

 span { border-color: rgb(116,169,34); }

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