Html Css Color HEX #74A91C Christi

📋 copy color: '#74A91C'

red 116 ◦ green 169 ◦ blue 28

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

Shades of Christi #74A91C

Tints of Christi #74A91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 37.06%
G = 53.99%
B = 8.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#74A91C (or 0x74A91C) is known color: Christi. HEX triplet: 74, A9 and 1C. RGB value is (116,169,28). Sum of RGB (Red+Green+Blue) = 116+169+28=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 169 (66.41% from 255 or 53.99% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 169 - color contains mainly: green. Hex color #74A91C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A91C is #8B56E3. Grayscale: #898989. Windows color (decimal): -9131748 or 1878388. OLE color: 1878388.

HSL color Cylindrical-coordinate representation of color #74A91C: hue angle of 82.55º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74A91C is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 28 -
CMYK 0.31 0 0.83 0.34
HSL 82.55º 0.72% 0.39% -
HSV(B) 82.55º 0.83% 0.66% -
XYZ 21.6 32.17 6.17 -
YUV 137.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 116 169 28 0.31 0 0.83 0.34 82.55 0.72 0.39
Hex 74 A9 1C 1F 0 53 22 53 48 27
Octal 164 251 34 37 0 123 42 123 110 47
Binary 1110100 10101001 11100 11111 0 1010011 100010 1010011 1001000 100111

Color Harmonies of #74A91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A91C

Black with #74A91C

Text Example


Text Example

White with #74A91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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