Html Css Color HEX #71802E Trendy Green

📋 copy color: '#71802E'

red 113 ◦ green 128 ◦ blue 46

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

Shades of Trendy Green #71802E

Tints of Trendy Green #71802E

RGB

 RED value IS 113 (44.53% from 255) = 39.37%

 GREEN value IS 128 (50.39% from 255) = 44.6%

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

R = 39.37%
G = 44.6%
B = 16.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#71802E (or 0x71802E) is known color: Trendy Green. HEX triplet: 71, 80 and 2E. RGB value is (113,128,46). Sum of RGB (Red+Green+Blue) = 113+128+46=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #71802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71802E is #8E7FD1. Grayscale: #727272. Windows color (decimal): -9338834 or 3047537. OLE color: 3047537.

HSL color Cylindrical-coordinate representation of color #71802E: hue angle of 70.98º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71802E is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 46 -
CMYK 0.12 0 0.64 0.50
HSL 70.98º 0.47% 0.34% -
HSV(B) 70.98º 0.64% 0.5% -
XYZ 15.02 19.15 5.49 -
YUV 114.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 113 128 46 0.12 0 0.64 0.50 70.98 0.47 0.34
Hex 71 80 2E C 0 40 32 47 2F 22
Octal 161 200 56 14 0 100 62 107 57 42
Binary 1110001 10000000 101110 1100 0 1000000 110010 1000111 101111 100010

Color Harmonies of #71802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71802E

Black with #71802E

Text Example


Text Example

White with #71802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71802E; }

 p { color: rgb(113,128,46); }

 H1.HeaderClassName
 {
   color: #71802E;
 }
 .AnyTagClassName
 {
   color: #71802E;
 }
</style>

background-color css

<style>
 a { background-color: #71802E; }

 a { background-color: rgb(113,128,46); }

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

border-color css

<style>
 span { border-color: #71802E; }

 span { border-color: rgb(113,128,46); }

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