#77821B

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

Shades of Trendy Green #77821B

Tints of Trendy Green #77821B

Color information

#77821B (or 0x77821B) is unknown color: approx Trendy Green. HEX triplet: 77, 82 and 1B. RGB value is (119,130,27). Sum of RGB (Red+Green+Blue) = 119+130+27=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #77821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77821B is #887DE4. Grayscale: #737373. Windows color (decimal): -8945125 or 1802871. OLE color: 1802871.

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

Color convert

RGB11913027-
CMYK0.0800.790.49
HSL66.41º65.61%30.78%-
HSV(B)66.41º79.23%50.98%-
XYZ15.7919.974.06-
YUV114.9778.36130.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=43.12%
G=47.10%
B=9.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130270.0800.790.4966.4165.6130.78
Hex77821B804F3142421f
Octal167202331001176110210237
Binary111011110000010110111000010011111100011000010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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