Html Css Color HEX #71821A Trendy Green

📋 copy color: '#71821A'

red 113 ◦ green 130 ◦ blue 26

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

Shades of Trendy Green #71821A

Tints of Trendy Green #71821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 42.01%
G = 48.33%
B = 9.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#71821A (or 0x71821A) is known color: Trendy Green. HEX triplet: 71, 82 and 1A. RGB value is (113,130,26). Sum of RGB (Red+Green+Blue) = 113+130+26=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #71821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71821A is #8E7DE5. Grayscale: #717171. Windows color (decimal): -9338342 or 1737329. OLE color: 1737329.

HSL color Cylindrical-coordinate representation of color #71821A: hue angle of 69.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71821A is Cyan = 0.13, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 26 -
CMYK 0.13 0 0.8 0.49
HSL 69.81º 0.67% 0.31% -
HSV(B) 69.81º 0.8% 0.51% -
XYZ 14.98 19.55 3.96 -
YUV 113.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 113 130 26 0.13 0 0.8 0.49 69.81 0.67 0.31
Hex 71 82 1A D 0 50 31 46 43 1F
Octal 161 202 32 15 0 120 61 106 103 37
Binary 1110001 10000010 11010 1101 0 1010000 110001 1000110 1000011 11111

Color Harmonies of #71821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71821A

Black with #71821A

Text Example


Text Example

White with #71821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71821A; }

 p { color: rgb(113,130,26); }

 H1.HeaderClassName
 {
   color: #71821A;
 }
 .AnyTagClassName
 {
   color: #71821A;
 }
</style>

background-color css

<style>
 a { background-color: #71821A; }

 a { background-color: rgb(113,130,26); }

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

border-color css

<style>
 span { border-color: #71821A; }

 span { border-color: rgb(113,130,26); }

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