Html Css Color HEX #7D881D Trendy Green

📋 copy color: '#7D881D'

red 125 ◦ green 136 ◦ blue 29

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

Shades of Trendy Green #7D881D

Tints of Trendy Green #7D881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 43.1%
G = 46.9%
B = 10%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#7D881D (or 0x7D881D) is known color: Trendy Green. HEX triplet: 7D, 88 and 1D. RGB value is (125,136,29). Sum of RGB (Red+Green+Blue) = 125+136+29=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #7D881D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D881D is #8277E2. Grayscale: #787878. Windows color (decimal): -8550371 or 1935485. OLE color: 1935485.

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

Color convert

RGB 125 136 29 -
CMYK 0.08 0 0.79 0.47
HSL 66.17º 0.65% 0.32% -
HSV(B) 66.17º 0.79% 0.53% -
XYZ 17.48 22.06 4.5 -
YUV 120.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 125 136 29 0.08 0 0.79 0.47 66.17 0.65 0.32
Hex 7D 88 1D 8 0 4F 2F 42 41 20
Octal 175 210 35 10 0 117 57 102 101 40
Binary 1111101 10001000 11101 1000 0 1001111 101111 1000010 1000001 100000

Color Harmonies of #7D881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D881D

Black with #7D881D

Text Example


Text Example

White with #7D881D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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