Html Css Color HEX #74A21A Christi

📋 copy color: '#74A21A'

red 116 ◦ green 162 ◦ blue 26

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

Shades of Christi #74A21A

Tints of Christi #74A21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.29%

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 38.16%
G = 53.29%
B = 8.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#74A21A (or 0x74A21A) is known color: Christi. HEX triplet: 74, A2 and 1A. RGB value is (116,162,26). Sum of RGB (Red+Green+Blue) = 116+162+26=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #74A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A21A is #8B5DE5. Grayscale: #858585. Windows color (decimal): -9133542 or 1745524. OLE color: 1745524.

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

Color convert

RGB 116 162 26 -
CMYK 0.28 0 0.84 0.36
HSL 80.29º 0.72% 0.37% -
HSV(B) 80.29º 0.84% 0.64% -
XYZ 20.31 29.63 5.63 -
YUV 132.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 116 162 26 0.28 0 0.84 0.36 80.29 0.72 0.37
Hex 74 A2 1A 1C 0 54 24 50 48 25
Octal 164 242 32 34 0 124 44 120 110 45
Binary 1110100 10100010 11010 11100 0 1010100 100100 1010000 1001000 100101

Color Harmonies of #74A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A21A

Black with #74A21A

Text Example


Text Example

White with #74A21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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