Html Css Color HEX #747D1C Trendy Green

📋 copy color: '#747D1C'

red 116 ◦ green 125 ◦ blue 28

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

Shades of Trendy Green #747D1C

Tints of Trendy Green #747D1C

RGB

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

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

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

R = 43.12%
G = 46.47%
B = 10.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#747D1C (or 0x747D1C) is known color: Trendy Green. HEX triplet: 74, 7D and 1C. RGB value is (116,125,28). Sum of RGB (Red+Green+Blue) = 116+125+28=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #747D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747D1C is #8B82E3. Grayscale: #6F6F6F. Windows color (decimal): -9143012 or 1867124. OLE color: 1867124.

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

Color convert

RGB 116 125 28 -
CMYK 0.07 0 0.78 0.51
HSL 65.57º 0.63% 0.3% -
HSV(B) 65.57º 0.78% 0.49% -
XYZ 14.75 18.46 3.89 -
YUV 111.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 116 125 28 0.07 0 0.78 0.51 65.57 0.63 0.3
Hex 74 7D 1C 7 0 4E 33 42 3F 1E
Octal 164 175 34 7 0 116 63 102 77 36
Binary 1110100 1111101 11100 111 0 1001110 110011 1000010 111111 11110

Color Harmonies of #747D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D1C

Black with #747D1C

Text Example


Text Example

White with #747D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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