Html Css Color HEX #7C8014 Trendy Green

📋 copy color: '#7C8014'

red 124 ◦ green 128 ◦ blue 20

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

Shades of Trendy Green #7C8014

Tints of Trendy Green #7C8014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.06%

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

R = 45.59%
G = 47.06%
B = 7.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7C8014 (or 0x7C8014) is known color: Trendy Green. HEX triplet: 7C, 80 and 14. RGB value is (124,128,20). Sum of RGB (Red+Green+Blue) = 124+128+20=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8014 is #837FEB. Grayscale: #727272. Windows color (decimal): -8617964 or 1343612. OLE color: 1343612.

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

Color convert

RGB 124 128 20 -
CMYK 0.03 0 0.84 0.50
HSL 62.22º 0.73% 0.29% -
HSV(B) 62.22º 0.84% 0.5% -
XYZ 16.16 19.77 3.63 -
YUV 114.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 124 128 20 0.03 0 0.84 0.50 62.22 0.73 0.29
Hex 7C 80 14 3 0 54 32 3E 49 1D
Octal 174 200 24 3 0 124 62 76 111 35
Binary 1111100 10000000 10100 11 0 1010100 110010 111110 1001001 11101

Color Harmonies of #7C8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8014

Black with #7C8014

Text Example


Text Example

White with #7C8014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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