Html Css Color HEX #7D8614 Trendy Green

📋 copy color: '#7D8614'

red 125 ◦ green 134 ◦ blue 20

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

Shades of Trendy Green #7D8614

Tints of Trendy Green #7D8614

RGB

 RED value IS 125 (49.22% from 255) = 44.8%

 GREEN value IS 134 (52.73% from 255) = 48.03%

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

R = 44.8%
G = 48.03%
B = 7.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#7D8614 (or 0x7D8614) is known color: Trendy Green. HEX triplet: 7D, 86 and 14. RGB value is (125,134,20). Sum of RGB (Red+Green+Blue) = 125+134+20=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8614 is #8279EB. Grayscale: #767676. Windows color (decimal): -8550892 or 1345149. OLE color: 1345149.

HSL color Cylindrical-coordinate representation of color #7D8614: hue angle of 64.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D8614 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 134 20 -
CMYK 0.07 0 0.85 0.47
HSL 64.74º 0.74% 0.3% -
HSV(B) 64.74º 0.85% 0.53% -
XYZ 17.11 21.46 3.9 -
YUV 118.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 125 134 20 0.07 0 0.85 0.47 64.74 0.74 0.3
Hex 7D 86 14 7 0 55 2F 41 4A 1E
Octal 175 206 24 7 0 125 57 101 112 36
Binary 1111101 10000110 10100 111 0 1010101 101111 1000001 1001010 11110

Color Harmonies of #7D8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8614

Black with #7D8614

Text Example


Text Example

White with #7D8614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,134,20); }

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

background-color css

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

 a { background-color: rgb(125,134,20); }

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

border-color css

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

 span { border-color: rgb(125,134,20); }

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