Html Css Color HEX #74B219 Christi

📋 copy color: '#74B219'

red 116 ◦ green 178 ◦ blue 25

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

Shades of Christi #74B219

Tints of Christi #74B219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.8%

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 36.36%
G = 55.8%
B = 7.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#74B219 (or 0x74B219) is known color: Christi. HEX triplet: 74, B2 and 19. RGB value is (116,178,25). Sum of RGB (Red+Green+Blue) = 116+178+25=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #74B219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74B219 is #8B4DE6. Grayscale: #8E8E8E. Windows color (decimal): -9129447 or 1684084. OLE color: 1684084.

HSL color Cylindrical-coordinate representation of color #74B219: hue angle of 84.31º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74B219 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 178 25 -
CMYK 0.35 0 0.86 0.30
HSL 84.31º 0.75% 0.4% -
HSV(B) 84.31º 0.86% 0.7% -
XYZ 23.3 35.62 6.57 -
YUV 142.02 61.96 109.44 -
System Red Green Blue C M Y K H S L
Decimal 116 178 25 0.35 0 0.86 0.30 84.31 0.75 0.4
Hex 74 B2 19 23 0 56 1E 54 4B 28
Octal 164 262 31 43 0 126 36 124 113 50
Binary 1110100 10110010 11001 100011 0 1010110 11110 1010100 1001011 101000

Color Harmonies of #74B219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B219

Black with #74B219

Text Example


Text Example

White with #74B219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,178,25); }

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

background-color css

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

 a { background-color: rgb(116,178,25); }

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

border-color css

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

 span { border-color: rgb(116,178,25); }

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