Html Css Color HEX #747C12 Trendy Green

📋 copy color: '#747C12'

red 116 ◦ green 124 ◦ blue 18

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

Shades of Trendy Green #747C12

Tints of Trendy Green #747C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 44.96%
G = 48.06%
B = 6.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#747C12 (or 0x747C12) is known color: Trendy Green. HEX triplet: 74, 7C and 12. RGB value is (116,124,18). Sum of RGB (Red+Green+Blue) = 116+124+18=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #747C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C12 is #8B83ED. Grayscale: #6D6D6D. Windows color (decimal): -9143278 or 1211508. OLE color: 1211508.

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

Color convert

RGB 116 124 18 -
CMYK 0.06 0 0.85 0.51
HSL 64.53º 0.75% 0.28% -
HSV(B) 64.53º 0.85% 0.49% -
XYZ 14.52 18.17 3.31 -
YUV 109.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 116 124 18 0.06 0 0.85 0.51 64.53 0.75 0.28
Hex 74 7C 12 6 0 55 33 41 4B 1C
Octal 164 174 22 6 0 125 63 101 113 34
Binary 1110100 1111100 10010 110 0 1010101 110011 1000001 1001011 11100

Color Harmonies of #747C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C12

Black with #747C12

Text Example


Text Example

White with #747C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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