Html Css Color HEX #7D9020 Trendy Green

📋 copy color: '#7D9020'

red 125 ◦ green 144 ◦ blue 32

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

Shades of Trendy Green #7D9020

Tints of Trendy Green #7D9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.84%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 41.53%
G = 47.84%
B = 10.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#7D9020 (or 0x7D9020) is known color: Trendy Green. HEX triplet: 7D, 90 and 20. RGB value is (125,144,32). Sum of RGB (Red+Green+Blue) = 125+144+32=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9020 is #826FDF. Grayscale: #7D7D7D. Windows color (decimal): -8548320 or 2134141. OLE color: 2134141.

HSL color Cylindrical-coordinate representation of color #7D9020: hue angle of 70.18º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D9020 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 144 32 -
CMYK 0.13 0 0.78 0.44
HSL 70.18º 0.64% 0.35% -
HSV(B) 70.18º 0.78% 0.56% -
XYZ 18.69 24.41 5.09 -
YUV 125.55 75.21 127.61 -
System Red Green Blue C M Y K H S L
Decimal 125 144 32 0.13 0 0.78 0.44 70.18 0.64 0.35
Hex 7D 90 20 D 0 4E 2C 46 40 23
Octal 175 220 40 15 0 116 54 106 100 43
Binary 1111101 10010000 100000 1101 0 1001110 101100 1000110 1000000 100011

Color Harmonies of #7D9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9020

Black with #7D9020

Text Example


Text Example

White with #7D9020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,144,32); }

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

background-color css

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

 a { background-color: rgb(125,144,32); }

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

border-color css

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

 span { border-color: rgb(125,144,32); }

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