#76821A

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

Shades of Trendy Green #76821A

Tints of Trendy Green #76821A

Color information

#76821A (or 0x76821A) is unknown color: approx Trendy Green. HEX triplet: 76, 82 and 1A. RGB value is (118,130,26). Sum of RGB (Red+Green+Blue) = 118+130+26=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #76821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76821A is #897DE5. Grayscale: #727272. Windows color (decimal): -9010662 or 1737334. OLE color: 1737334.

HSL color Cylindrical-coordinate representation of color #76821A: hue angle of 66.92º 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 #76821A is Cyan = 0.09, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB11813026-
CMYK0.0900.80.49
HSL66.92º66.67%30.59%-
HSV(B)66.92º80%50.98%-
XYZ15.6419.893.99-
YUV114.5678.02130.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=43.07%
G=47.45%
B=9.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130260.0900.80.4966.9266.6730.59
Hex76821A90503143431f
Octal166202321101206110310337
Binary111011010000010110101001010100001100011000011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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