#768824

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

Shades of Trendy Green #768824

Tints of Trendy Green #768824

Color information

#768824 (or 0x768824) is unknown color: approx Trendy Green. HEX triplet: 76, 88 and 24. RGB value is (118,136,36). Sum of RGB (Red+Green+Blue) = 118+136+36=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #768824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768824 is #8977DB. Grayscale: #777777. Windows color (decimal): -9009116 or 2394230. OLE color: 2394230.

HSL color Cylindrical-coordinate representation of color #768824: hue angle of 70.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #768824 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB11813636-
CMYK0.1300.740.47
HSL70.8º58.14%33.73%-
HSV(B)70.8º73.53%53.33%-
XYZ16.5921.594.96-
YUV119.2281.04127.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 136 (53.52% from 255) = 46.90%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=40.69%
G=46.90%
B=12.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136360.1300.740.4770.858.1433.73
Hex768824D04A2F473a22
Octal16621044150112571077242
Binary1110110100010001001001101010010101011111000111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768824; }

 p { color: rgb(118,136,36); }

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

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

 a { background-color: rgb(118,136,36); }

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

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

 span { border-color: rgb(118,136,36); }

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