Html Css Color HEX #7D862E Trendy Green

📋 copy color: '#7D862E'

red 125 ◦ green 134 ◦ blue 46

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

Shades of Trendy Green #7D862E

Tints of Trendy Green #7D862E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.93%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 40.98%
G = 43.93%
B = 15.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#7D862E (or 0x7D862E) is known color: Trendy Green. HEX triplet: 7D, 86 and 2E. RGB value is (125,134,46). Sum of RGB (Red+Green+Blue) = 125+134+46=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #7D862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D862E is #8279D1. Grayscale: #797979. Windows color (decimal): -8550866 or 3049085. OLE color: 3049085.

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

Color convert

RGB 125 134 46 -
CMYK 0.07 0 0.66 0.47
HSL 66.14º 0.49% 0.35% -
HSV(B) 66.14º 0.66% 0.53% -
XYZ 17.48 21.61 5.83 -
YUV 121.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 125 134 46 0.07 0 0.66 0.47 66.14 0.49 0.35
Hex 7D 86 2E 7 0 42 2F 42 31 23
Octal 175 206 56 7 0 102 57 102 61 43
Binary 1111101 10000110 101110 111 0 1000010 101111 1000010 110001 100011

Color Harmonies of #7D862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D862E

Black with #7D862E

Text Example


Text Example

White with #7D862E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,134,46); }

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

background-color css

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

 a { background-color: rgb(125,134,46); }

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

border-color css

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

 span { border-color: rgb(125,134,46); }

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