Html Css Color HEX #7D882F Trendy Green

📋 copy color: '#7D882F'

red 125 ◦ green 136 ◦ blue 47

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

Shades of Trendy Green #7D882F

Tints of Trendy Green #7D882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 40.58%
G = 44.16%
B = 15.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#7D882F (or 0x7D882F) is known color: Trendy Green. HEX triplet: 7D, 88 and 2F. RGB value is (125,136,47). Sum of RGB (Red+Green+Blue) = 125+136+47=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #7D882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D882F is #8277D0. Grayscale: #7A7A7A. Windows color (decimal): -8550353 or 3115133. OLE color: 3115133.

HSL color Cylindrical-coordinate representation of color #7D882F: hue angle of 67.42º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D882F is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 47 -
CMYK 0.08 0 0.65 0.47
HSL 67.42º 0.49% 0.36% -
HSV(B) 67.42º 0.65% 0.53% -
XYZ 17.77 22.17 6.03 -
YUV 122.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 125 136 47 0.08 0 0.65 0.47 67.42 0.49 0.36
Hex 7D 88 2F 8 0 41 2F 43 31 24
Octal 175 210 57 10 0 101 57 103 61 44
Binary 1111101 10001000 101111 1000 0 1000001 101111 1000011 110001 100100

Color Harmonies of #7D882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D882F

Black with #7D882F

Text Example


Text Example

White with #7D882F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,47); }

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

background-color css

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

 a { background-color: rgb(125,136,47); }

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

border-color css

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

 span { border-color: rgb(125,136,47); }

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