Html Css Color HEX #807916 Trendy Green

📋 copy color: '#807916'

red 128 ◦ green 121 ◦ blue 22

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

Shades of Trendy Green #807916

Tints of Trendy Green #807916

RGB

 RED value IS 128 (50.39% from 255) = 47.23%

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 47.23%
G = 44.65%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#807916 (or 0x807916) is known color: Trendy Green. HEX triplet: 80, 79 and 16. RGB value is (128,121,22). Sum of RGB (Red+Green+Blue) = 128+121+22=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #807916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807916 is #7F86E9. Grayscale: #707070. Windows color (decimal): -8357610 or 1472896. OLE color: 1472896.

HSL color Cylindrical-coordinate representation of color #807916: hue angle of 56.04º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #807916 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 22 -
CMYK 0 0.05 0.83 0.50
HSL 56.04º 0.71% 0.29% -
HSV(B) 56.04º 0.83% 0.5% -
XYZ 15.88 18.32 3.46 -
YUV 111.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 128 121 22 0 0.05 0.83 0.50 56.04 0.71 0.29
Hex 80 79 16 0 5 53 32 38 47 1D
Octal 200 171 26 0 5 123 62 70 107 35
Binary 10000000 1111001 10110 0 101 1010011 110010 111000 1000111 11101

Color Harmonies of #807916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807916

Black with #807916

Text Example


Text Example

White with #807916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807916; }

 p { color: rgb(128,121,22); }

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

background-color css

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

 a { background-color: rgb(128,121,22); }

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

border-color css

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

 span { border-color: rgb(128,121,22); }

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