#76821C

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

Shades of Trendy Green #76821C

Tints of Trendy Green #76821C

Color information

#76821C (or 0x76821C) is unknown color: approx Trendy Green. HEX triplet: 76, 82 and 1C. RGB value is (118,130,28). Sum of RGB (Red+Green+Blue) = 118+130+28=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #76821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76821C is #897DE3. Grayscale: #737373. Windows color (decimal): -9010660 or 1868406. OLE color: 1868406.

HSL color Cylindrical-coordinate representation of color #76821C: hue angle of 67.06º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76821C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB11813028-
CMYK0.0900.780.49
HSL67.06º64.56%30.98%-
HSV(B)67.06º78.46%50.98%-
XYZ15.6619.94.11-
YUV114.7879.02130.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=42.75%
G=47.10%
B=10.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130280.0900.780.4967.0664.5630.98
Hex76821C904E3143411f
Octal166202341101166110310137
Binary111011010000010111001001010011101100011000011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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