Html Css Color HEX #7D8428 Trendy Green

📋 copy color: '#7D8428'

red 125 ◦ green 132 ◦ blue 40

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

Shades of Trendy Green #7D8428

Tints of Trendy Green #7D8428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 42.09%
G = 44.44%
B = 13.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#7D8428 (or 0x7D8428) is known color: Trendy Green. HEX triplet: 7D, 84 and 28. RGB value is (125,132,40). Sum of RGB (Red+Green+Blue) = 125+132+40=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8428 is #827BD7. Grayscale: #777777. Windows color (decimal): -8551384 or 2655357. OLE color: 2655357.

HSL color Cylindrical-coordinate representation of color #7D8428: hue angle of 64.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D8428 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 132 40 -
CMYK 0.05 0 0.70 0.48
HSL 64.57º 0.53% 0.34% -
HSV(B) 64.57º 0.7% 0.52% -
XYZ 17.09 21.02 5.16 -
YUV 119.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 125 132 40 0.05 0 0.70 0.48 64.57 0.53 0.34
Hex 7D 84 28 5 0 46 30 41 35 22
Octal 175 204 50 5 0 106 60 101 65 42
Binary 1111101 10000100 101000 101 0 1000110 110000 1000001 110101 100010

Color Harmonies of #7D8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8428

Black with #7D8428

Text Example


Text Example

White with #7D8428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,132,40); }

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

background-color css

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

 a { background-color: rgb(125,132,40); }

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

border-color css

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

 span { border-color: rgb(125,132,40); }

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