#768726

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

Shades of Trendy Green #768726

Tints of Trendy Green #768726

Color information

#768726 (or 0x768726) is unknown color: approx Trendy Green. HEX triplet: 76, 87 and 26. RGB value is (118,135,38). Sum of RGB (Red+Green+Blue) = 118+135+38=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #768726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768726 is #8978D9. Grayscale: #777777. Windows color (decimal): -9009370 or 2525046. OLE color: 2525046.

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

Color convert

RGB11813538-
CMYK0.1300.720.47
HSL70.52º56.07%33.92%-
HSV(B)70.52º71.85%52.94%-
XYZ16.4921.325.08-
YUV118.8682.37127.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 38 (15.23% from 255) = 13.06%
R=40.55%
G=46.39%
B=13.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135380.1300.720.4770.5256.0733.92
Hex768726D0482F473822
Octal16620746150110571077042
Binary1110110100001111001101101010010001011111000111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768726; }

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

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

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

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

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

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

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

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