Html Css Color HEX #7D8616 Trendy Green

📋 copy color: '#7D8616'

red 125 ◦ green 134 ◦ blue 22

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

Shades of Trendy Green #7D8616

Tints of Trendy Green #7D8616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 44.48%
G = 47.69%
B = 7.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#7D8616 (or 0x7D8616) is known color: Trendy Green. HEX triplet: 7D, 86 and 16. RGB value is (125,134,22). Sum of RGB (Red+Green+Blue) = 125+134+22=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8616 is #8279E9. Grayscale: #767676. Windows color (decimal): -8550890 or 1476221. OLE color: 1476221.

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

Color convert

RGB 125 134 22 -
CMYK 0.07 0 0.84 0.47
HSL 64.82º 0.72% 0.31% -
HSV(B) 64.82º 0.84% 0.53% -
XYZ 17.13 21.47 4 -
YUV 118.54 73.52 132.61 -
System Red Green Blue C M Y K H S L
Decimal 125 134 22 0.07 0 0.84 0.47 64.82 0.72 0.31
Hex 7D 86 16 7 0 54 2F 41 48 1F
Octal 175 206 26 7 0 124 57 101 110 37
Binary 1111101 10000110 10110 111 0 1010100 101111 1000001 1001000 11111

Color Harmonies of #7D8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8616

Black with #7D8616

Text Example


Text Example

White with #7D8616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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