Html Css Color HEX #747E2C Trendy Green

📋 copy color: '#747E2C'

red 116 ◦ green 126 ◦ blue 44

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

Shades of Trendy Green #747E2C

Tints of Trendy Green #747E2C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.06%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 40.56%
G = 44.06%
B = 15.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#747E2C (or 0x747E2C) is known color: Trendy Green. HEX triplet: 74, 7E and 2C. RGB value is (116,126,44). Sum of RGB (Red+Green+Blue) = 116+126+44=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 126 - color contains mainly: green. Hex color #747E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E2C is #8B81D3. Grayscale: #717171. Windows color (decimal): -9142740 or 2915956. OLE color: 2915956.

HSL color Cylindrical-coordinate representation of color #747E2C: hue angle of 67.32º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #747E2C is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 126 44 -
CMYK 0.08 0 0.65 0.51
HSL 67.32º 0.48% 0.33% -
HSV(B) 67.32º 0.65% 0.49% -
XYZ 15.12 18.82 5.22 -
YUV 113.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 116 126 44 0.08 0 0.65 0.51 67.32 0.48 0.33
Hex 74 7E 2C 8 0 41 33 43 30 21
Octal 164 176 54 10 0 101 63 103 60 41
Binary 1110100 1111110 101100 1000 0 1000001 110011 1000011 110000 100001

Color Harmonies of #747E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E2C

Black with #747E2C

Text Example


Text Example

White with #747E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,126,44); }

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

background-color css

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

 a { background-color: rgb(116,126,44); }

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

border-color css

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

 span { border-color: rgb(116,126,44); }

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