#77821F

Color #77821F Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #77821F

Tints of Trendy Green #77821F

Color information

#77821F (or 0x77821F) is unknown color: approx Trendy Green. HEX triplet: 77, 82 and 1F. RGB value is (119,130,31). Sum of RGB (Red+Green+Blue) = 119+130+31=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #77821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77821F is #887DE0. Grayscale: #737373. Windows color (decimal): -8945121 or 2065015. OLE color: 2065015.

HSL color Cylindrical-coordinate representation of color #77821F: hue angle of 66.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77821F is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB11913031-
CMYK0.0800.760.49
HSL66.67º61.49%31.57%-
HSV(B)66.67º76.15%50.98%-
XYZ15.8419.994.32-
YUV115.4280.36130.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=42.5%
G=46.43%
B=11.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130310.0800.760.4966.6761.4931.57
Hex77821F804C31433d20
Octal16720237100114611037540
Binary111011110000010111111000010011001100011000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,130,31); }

 H1.HeaderClassName
 {
   color: #77821F;
 }
 .AnyTagClassName
 {
   color: #77821F;
 }
</style>
background-color css

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

 a { background-color: rgb(119,130,31); }

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

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

 span { border-color: rgb(119,130,31); }

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