Html Css Color HEX #747A13 Trendy Green

📋 copy color: '#747A13'

red 116 ◦ green 122 ◦ blue 19

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

Shades of Trendy Green #747A13

Tints of Trendy Green #747A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 45.14%
G = 47.47%
B = 7.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#747A13 (or 0x747A13) is known color: Trendy Green. HEX triplet: 74, 7A and 13. RGB value is (116,122,19). Sum of RGB (Red+Green+Blue) = 116+122+19=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #747A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747A13 is #8B85EC. Grayscale: #6C6C6C. Windows color (decimal): -9143789 or 1276532. OLE color: 1276532.

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

Color convert

RGB 116 122 19 -
CMYK 0.05 0 0.84 0.52
HSL 63.5º 0.73% 0.28% -
HSV(B) 63.5º 0.84% 0.48% -
XYZ 14.28 17.68 3.28 -
YUV 108.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 116 122 19 0.05 0 0.84 0.52 63.5 0.73 0.28
Hex 74 7A 13 5 0 54 34 3F 49 1C
Octal 164 172 23 5 0 124 64 77 111 34
Binary 1110100 1111010 10011 101 0 1010100 110100 111111 1001001 11100

Color Harmonies of #747A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A13

Black with #747A13

Text Example


Text Example

White with #747A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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