Html Css Color HEX #747A1C Trendy Green

📋 copy color: '#747A1C'

red 116 ◦ green 122 ◦ blue 28

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

Shades of Trendy Green #747A1C

Tints of Trendy Green #747A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.86%

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

R = 43.61%
G = 45.86%
B = 10.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#747A1C (or 0x747A1C) is known color: Trendy Green. HEX triplet: 74, 7A and 1C. RGB value is (116,122,28). Sum of RGB (Red+Green+Blue) = 116+122+28=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #747A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A1C is #8B85E3. Grayscale: #6D6D6D. Windows color (decimal): -9143780 or 1866356. OLE color: 1866356.

HSL color Cylindrical-coordinate representation of color #747A1C: hue angle of 63.83º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #747A1C is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 122 28 -
CMYK 0.05 0 0.77 0.52
HSL 63.83º 0.63% 0.29% -
HSV(B) 63.83º 0.77% 0.48% -
XYZ 14.37 17.72 3.76 -
YUV 109.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 116 122 28 0.05 0 0.77 0.52 63.83 0.63 0.29
Hex 74 7A 1C 5 0 4D 34 40 3F 1D
Octal 164 172 34 5 0 115 64 100 77 35
Binary 1110100 1111010 11100 101 0 1001101 110100 1000000 111111 11101

Color Harmonies of #747A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A1C

Black with #747A1C

Text Example


Text Example

White with #747A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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