Html Css Color HEX #71812F Trendy Green

📋 copy color: '#71812F'

red 113 ◦ green 129 ◦ blue 47

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

Shades of Trendy Green #71812F

Tints of Trendy Green #71812F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 39.1%
G = 44.64%
B = 16.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#71812F (or 0x71812F) is known color: Trendy Green. HEX triplet: 71, 81 and 2F. RGB value is (113,129,47). Sum of RGB (Red+Green+Blue) = 113+129+47=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #71812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71812F is #8E7ED0. Grayscale: #737373. Windows color (decimal): -9338577 or 3113329. OLE color: 3113329.

HSL color Cylindrical-coordinate representation of color #71812F: hue angle of 71.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71812F is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 47 -
CMYK 0.12 0 0.64 0.49
HSL 71.71º 0.47% 0.35% -
HSV(B) 71.71º 0.64% 0.51% -
XYZ 15.17 19.42 5.64 -
YUV 114.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 113 129 47 0.12 0 0.64 0.49 71.71 0.47 0.35
Hex 71 81 2F C 0 40 31 48 2F 23
Octal 161 201 57 14 0 100 61 110 57 43
Binary 1110001 10000001 101111 1100 0 1000000 110001 1001000 101111 100011

Color Harmonies of #71812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71812F

Black with #71812F

Text Example


Text Example

White with #71812F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71812F; }

 p { color: rgb(113,129,47); }

 H1.HeaderClassName
 {
   color: #71812F;
 }
 .AnyTagClassName
 {
   color: #71812F;
 }
</style>

background-color css

<style>
 a { background-color: #71812F; }

 a { background-color: rgb(113,129,47); }

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

border-color css

<style>
 span { border-color: #71812F; }

 span { border-color: rgb(113,129,47); }

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