Html Css Color HEX #7D9217 Trendy Green

📋 copy color: '#7D9217'

red 125 ◦ green 146 ◦ blue 23

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

Shades of Trendy Green #7D9217

Tints of Trendy Green #7D9217

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

 BLUE value IS 23 (9.38% from 255) = 7.82%

R = 42.52%
G = 49.66%
B = 7.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#7D9217 (or 0x7D9217) is known color: Trendy Green. HEX triplet: 7D, 92 and 17. RGB value is (125,146,23). Sum of RGB (Red+Green+Blue) = 125+146+23=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9217 is #826DE8. Grayscale: #7E7E7E. Windows color (decimal): -8547817 or 1544829. OLE color: 1544829.

HSL color Cylindrical-coordinate representation of color #7D9217: hue angle of 70.24º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D9217 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 23 -
CMYK 0.14 0 0.84 0.43
HSL 70.24º 0.73% 0.33% -
HSV(B) 70.24º 0.84% 0.57% -
XYZ 18.89 24.98 4.64 -
YUV 125.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 125 146 23 0.14 0 0.84 0.43 70.24 0.73 0.33
Hex 7D 92 17 E 0 54 2B 46 49 21
Octal 175 222 27 16 0 124 53 106 111 41
Binary 1111101 10010010 10111 1110 0 1010100 101011 1000110 1001001 100001

Color Harmonies of #7D9217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9217

Black with #7D9217

Text Example


Text Example

White with #7D9217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,146,23); }

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

background-color css

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

 a { background-color: rgb(125,146,23); }

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

border-color css

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

 span { border-color: rgb(125,146,23); }

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