Html Css Color HEX #747C1A Trendy Green

📋 copy color: '#747C1A'

red 116 ◦ green 124 ◦ blue 26

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

Shades of Trendy Green #747C1A

Tints of Trendy Green #747C1A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.62%

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 43.61%
G = 46.62%
B = 9.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#747C1A (or 0x747C1A) is known color: Trendy Green. HEX triplet: 74, 7C and 1A. RGB value is (116,124,26). Sum of RGB (Red+Green+Blue) = 116+124+26=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #747C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C1A is #8B83E5. Grayscale: #6E6E6E. Windows color (decimal): -9143270 or 1735796. OLE color: 1735796.

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

Color convert

RGB 116 124 26 -
CMYK 0.06 0 0.79 0.51
HSL 64.9º 0.65% 0.29% -
HSV(B) 64.9º 0.79% 0.49% -
XYZ 14.6 18.2 3.72 -
YUV 110.44 80.35 131.97 -
System Red Green Blue C M Y K H S L
Decimal 116 124 26 0.06 0 0.79 0.51 64.9 0.65 0.29
Hex 74 7C 1A 6 0 4F 33 41 41 1D
Octal 164 174 32 6 0 117 63 101 101 35
Binary 1110100 1111100 11010 110 0 1001111 110011 1000001 1000001 11101

Color Harmonies of #747C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C1A

Black with #747C1A

Text Example


Text Example

White with #747C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,26); }

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

background-color css

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

 a { background-color: rgb(116,124,26); }

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

border-color css

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

 span { border-color: rgb(116,124,26); }

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