Html Css Color HEX #749C19 Christi

📋 copy color: '#749C19'

red 116 ◦ green 156 ◦ blue 25

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

Shades of Christi #749C19

Tints of Christi #749C19

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.53%

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

R = 39.06%
G = 52.53%
B = 8.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#749C19 (or 0x749C19) is known color: Christi. HEX triplet: 74, 9C and 19. RGB value is (116,156,25). Sum of RGB (Red+Green+Blue) = 116+156+25=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #749C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749C19 is #8B63E6. Grayscale: #818181. Windows color (decimal): -9135079 or 1678452. OLE color: 1678452.

HSL color Cylindrical-coordinate representation of color #749C19: hue angle of 78.32º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #749C19 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 25 -
CMYK 0.26 0 0.84 0.39
HSL 78.32º 0.72% 0.35% -
HSV(B) 78.32º 0.84% 0.61% -
XYZ 19.27 27.56 5.22 -
YUV 129.11 69.25 118.65 -
System Red Green Blue C M Y K H S L
Decimal 116 156 25 0.26 0 0.84 0.39 78.32 0.72 0.35
Hex 74 9C 19 1A 0 54 27 4E 48 23
Octal 164 234 31 32 0 124 47 116 110 43
Binary 1110100 10011100 11001 11010 0 1010100 100111 1001110 1001000 100011

Color Harmonies of #749C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C19

Black with #749C19

Text Example


Text Example

White with #749C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749C19; }

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

 H1.HeaderClassName
 {
   color: #749C19;
 }
 .AnyTagClassName
 {
   color: #749C19;
 }
</style>

background-color css

<style>
 a { background-color: #749C19; }

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

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

border-color css

<style>
 span { border-color: #749C19; }

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

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