#76822F

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

Shades of Trendy Green #76822F

Tints of Trendy Green #76822F

Color information

#76822F (or 0x76822F) is unknown color: approx Trendy Green. HEX triplet: 76, 82 and 2F. RGB value is (118,130,47). Sum of RGB (Red+Green+Blue) = 118+130+47=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #76822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76822F is #897DD0. Grayscale: #757575. Windows color (decimal): -9010641 or 3113590. OLE color: 3113590.

HSL color Cylindrical-coordinate representation of color #76822F: hue angle of 68.67º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76822F is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB11813047-
CMYK0.0900.640.49
HSL68.67º46.89%34.71%-
HSV(B)68.67º63.85%50.98%-
XYZ15.9720.025.71-
YUV116.9588.52128.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=40%
G=44.07%
B=15.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130470.0900.640.4968.6746.8934.71
Hex76822F904031452f23
Octal16620257110100611055743
Binary1110110100000101011111001010000001100011000101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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