Html Css Color HEX #7E852D Trendy Green

📋 copy color: '#7E852D'

red 126 ◦ green 133 ◦ blue 45

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

Shades of Trendy Green #7E852D

Tints of Trendy Green #7E852D

RGB

 RED value IS 126 (49.61% from 255) = 41.45%

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 41.45%
G = 43.75%
B = 14.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#7E852D (or 0x7E852D) is known color: Trendy Green. HEX triplet: 7E, 85 and 2D. RGB value is (126,133,45). Sum of RGB (Red+Green+Blue) = 126+133+45=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #7E852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E852D is #817AD2. Grayscale: #797979. Windows color (decimal): -8485587 or 2983294. OLE color: 2983294.

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

Color convert

RGB 126 133 45 -
CMYK 0.05 0 0.66 0.48
HSL 64.77º 0.49% 0.35% -
HSV(B) 64.77º 0.66% 0.52% -
XYZ 17.47 21.4 5.69 -
YUV 120.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 126 133 45 0.05 0 0.66 0.48 64.77 0.49 0.35
Hex 7E 85 2D 5 0 42 30 41 31 23
Octal 176 205 55 5 0 102 60 101 61 43
Binary 1111110 10000101 101101 101 0 1000010 110000 1000001 110001 100011

Color Harmonies of #7E852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E852D

Black with #7E852D

Text Example


Text Example

White with #7E852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,133,45); }

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

background-color css

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

 a { background-color: rgb(126,133,45); }

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

border-color css

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

 span { border-color: rgb(126,133,45); }

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