Html Css Color HEX #747D19 Trendy Green

📋 copy color: '#747D19'

red 116 ◦ green 125 ◦ blue 25

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

Shades of Trendy Green #747D19

Tints of Trendy Green #747D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.99%

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

R = 43.61%
G = 46.99%
B = 9.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#747D19 (or 0x747D19) is known color: Trendy Green. HEX triplet: 74, 7D and 19. RGB value is (116,125,25). Sum of RGB (Red+Green+Blue) = 116+125+25=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #747D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747D19 is #8B82E6. Grayscale: #6F6F6F. Windows color (decimal): -9143015 or 1670516. OLE color: 1670516.

HSL color Cylindrical-coordinate representation of color #747D19: hue angle of 65.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #747D19 is Cyan = 0.07, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 25 -
CMYK 0.07 0 0.8 0.51
HSL 65.4º 0.67% 0.29% -
HSV(B) 65.4º 0.8% 0.49% -
XYZ 14.71 18.45 3.71 -
YUV 110.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 116 125 25 0.07 0 0.8 0.51 65.4 0.67 0.29
Hex 74 7D 19 7 0 50 33 41 43 1D
Octal 164 175 31 7 0 120 63 101 103 35
Binary 1110100 1111101 11001 111 0 1010000 110011 1000001 1000011 11101

Color Harmonies of #747D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D19

Black with #747D19

Text Example


Text Example

White with #747D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747D19; }

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

 H1.HeaderClassName
 {
   color: #747D19;
 }
 .AnyTagClassName
 {
   color: #747D19;
 }
</style>

background-color css

<style>
 a { background-color: #747D19; }

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

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

border-color css

<style>
 span { border-color: #747D19; }

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

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