#768A26

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

Shades of Trendy Green #768A26

Tints of Trendy Green #768A26

Color information

#768A26 (or 0x768A26) is unknown color: approx Trendy Green. HEX triplet: 76, 8A and 26. RGB value is (118,138,38). Sum of RGB (Red+Green+Blue) = 118+138+38=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #768A26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A26 is #8975D9. Grayscale: #797979. Windows color (decimal): -9008602 or 2525814. OLE color: 2525814.

HSL color Cylindrical-coordinate representation of color #768A26: hue angle of 72º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #768A26 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB11813838-
CMYK0.1400.720.46
HSL72º56.82%34.51%-
HSV(B)72º72.46%54.12%-
XYZ16.9122.175.22-
YUV120.6281.37126.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=40.14%
G=46.94%
B=12.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138380.1400.720.467256.8234.51
Hex768A26E0482E483923
Octal16621246160110561107143
Binary1110110100010101001101110010010001011101001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768A26; }

 p { color: rgb(118,138,38); }

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

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

 a { background-color: rgb(118,138,38); }

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

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

 span { border-color: rgb(118,138,38); }

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