#767C26

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

Shades of Trendy Green #767C26

Tints of Trendy Green #767C26

Color information

#767C26 (or 0x767C26) is unknown color: approx Trendy Green. HEX triplet: 76, 7C and 26. RGB value is (118,124,38). Sum of RGB (Red+Green+Blue) = 118+124+38=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #767C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C26 is #8983D9. Grayscale: #707070. Windows color (decimal): -9012186 or 2522230. OLE color: 2522230.

HSL color Cylindrical-coordinate representation of color #767C26: hue angle of 64.19º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #767C26 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB11812438-
CMYK0.0500.690.51
HSL64.19º53.09%31.76%-
HSV(B)64.19º69.35%48.63%-
XYZ15.0318.414.59-
YUV112.486.01131.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=42.14%
G=44.29%
B=13.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118124380.0500.690.5164.1953.0931.76
Hex767C26504533403520
Octal1661744650105631006540
Binary11101101111100100110101010001011100111000000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C26; }

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

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

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

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

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

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

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

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