Html Css Color HEX #7D852C Trendy Green

📋 copy color: '#7D852C'

red 125 ◦ green 133 ◦ blue 44

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

Shades of Trendy Green #7D852C

Tints of Trendy Green #7D852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 41.39%
G = 44.04%
B = 14.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#7D852C (or 0x7D852C) is known color: Trendy Green. HEX triplet: 7D, 85 and 2C. RGB value is (125,133,44). Sum of RGB (Red+Green+Blue) = 125+133+44=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #7D852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D852C is #827AD3. Grayscale: #787878. Windows color (decimal): -8551124 or 2917757. OLE color: 2917757.

HSL color Cylindrical-coordinate representation of color #7D852C: hue angle of 65.39º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D852C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 44 -
CMYK 0.06 0 0.67 0.48
HSL 65.39º 0.5% 0.35% -
HSV(B) 65.39º 0.67% 0.52% -
XYZ 17.3 21.32 5.59 -
YUV 120.46 84.85 131.24 -
System Red Green Blue C M Y K H S L
Decimal 125 133 44 0.06 0 0.67 0.48 65.39 0.5 0.35
Hex 7D 85 2C 6 0 43 30 41 32 23
Octal 175 205 54 6 0 103 60 101 62 43
Binary 1111101 10000101 101100 110 0 1000011 110000 1000001 110010 100011

Color Harmonies of #7D852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D852C

Black with #7D852C

Text Example


Text Example

White with #7D852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,133,44); }

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

background-color css

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

 a { background-color: rgb(125,133,44); }

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

border-color css

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

 span { border-color: rgb(125,133,44); }

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