Html Css Color HEX #71811D Trendy Green

📋 copy color: '#71811D'

red 113 ◦ green 129 ◦ blue 29

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

Shades of Trendy Green #71811D

Tints of Trendy Green #71811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 41.7%
G = 47.6%
B = 10.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#71811D (or 0x71811D) is known color: Trendy Green. HEX triplet: 71, 81 and 1D. RGB value is (113,129,29). Sum of RGB (Red+Green+Blue) = 113+129+29=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #71811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71811D is #8E7EE2. Grayscale: #717171. Windows color (decimal): -9338595 or 1933681. OLE color: 1933681.

HSL color Cylindrical-coordinate representation of color #71811D: hue angle of 69.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71811D is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 29 -
CMYK 0.12 0 0.78 0.49
HSL 69.6º 0.63% 0.31% -
HSV(B) 69.6º 0.78% 0.51% -
XYZ 14.88 19.3 4.1 -
YUV 112.82 80.7 128.13 -
System Red Green Blue C M Y K H S L
Decimal 113 129 29 0.12 0 0.78 0.49 69.6 0.63 0.31
Hex 71 81 1D C 0 4E 31 46 3F 1F
Octal 161 201 35 14 0 116 61 106 77 37
Binary 1110001 10000001 11101 1100 0 1001110 110001 1000110 111111 11111

Color Harmonies of #71811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71811D

Black with #71811D

Text Example


Text Example

White with #71811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71811D; }

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

 H1.HeaderClassName
 {
   color: #71811D;
 }
 .AnyTagClassName
 {
   color: #71811D;
 }
</style>

background-color css

<style>
 a { background-color: #71811D; }

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

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

border-color css

<style>
 span { border-color: #71811D; }

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

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