Html Css Color HEX #7C7E14 Trendy Green

📋 copy color: '#7C7E14'

red 124 ◦ green 126 ◦ blue 20

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

Shades of Trendy Green #7C7E14

Tints of Trendy Green #7C7E14

RGB

 RED value IS 124 (48.83% from 255) = 45.93%

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

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 45.93%
G = 46.67%
B = 7.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C7E14 (or 0x7C7E14) is known color: Trendy Green. HEX triplet: 7C, 7E and 14. RGB value is (124,126,20). Sum of RGB (Red+Green+Blue) = 124+126+20=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #7C7E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7E14 is #8381EB. Grayscale: #717171. Windows color (decimal): -8618476 or 1343100. OLE color: 1343100.

HSL color Cylindrical-coordinate representation of color #7C7E14: hue angle of 61.13º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C7E14 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 126 20 -
CMYK 0.02 0 0.84 0.51
HSL 61.13º 0.73% 0.29% -
HSV(B) 61.13º 0.84% 0.49% -
XYZ 15.9 19.26 3.54 -
YUV 113.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 124 126 20 0.02 0 0.84 0.51 61.13 0.73 0.29
Hex 7C 7E 14 2 0 54 33 3D 49 1D
Octal 174 176 24 2 0 124 63 75 111 35
Binary 1111100 1111110 10100 10 0 1010100 110011 111101 1001001 11101

Color Harmonies of #7C7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7E14

Black with #7C7E14

Text Example


Text Example

White with #7C7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7E14; }

 p { color: rgb(124,126,20); }

 H1.HeaderClassName
 {
   color: #7C7E14;
 }
 .AnyTagClassName
 {
   color: #7C7E14;
 }
</style>

background-color css

<style>
 a { background-color: #7C7E14; }

 a { background-color: rgb(124,126,20); }

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

border-color css

<style>
 span { border-color: #7C7E14; }

 span { border-color: rgb(124,126,20); }

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