Html Css Color HEX #7D802A Trendy Green

📋 copy color: '#7D802A'

red 125 ◦ green 128 ◦ blue 42

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

Shades of Trendy Green #7D802A

Tints of Trendy Green #7D802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.39%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 42.37%
G = 43.39%
B = 14.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7D802A (or 0x7D802A) is known color: Trendy Green. HEX triplet: 7D, 80 and 2A. RGB value is (125,128,42). Sum of RGB (Red+Green+Blue) = 125+128+42=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #7D802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D802A is #827FD5. Grayscale: #757575. Windows color (decimal): -8552406 or 2785405. OLE color: 2785405.

HSL color Cylindrical-coordinate representation of color #7D802A: hue angle of 62.09º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D802A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 128 42 -
CMYK 0.02 0 0.67 0.50
HSL 62.09º 0.51% 0.33% -
HSV(B) 62.09º 0.67% 0.5% -
XYZ 16.59 19.97 5.17 -
YUV 117.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 125 128 42 0.02 0 0.67 0.50 62.09 0.51 0.33
Hex 7D 80 2A 2 0 43 32 3E 33 21
Octal 175 200 52 2 0 103 62 76 63 41
Binary 1111101 10000000 101010 10 0 1000011 110010 111110 110011 100001

Color Harmonies of #7D802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D802A

Black with #7D802A

Text Example


Text Example

White with #7D802A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,128,42); }

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

background-color css

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

 a { background-color: rgb(125,128,42); }

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

border-color css

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

 span { border-color: rgb(125,128,42); }

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