#768626

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

Shades of Trendy Green #768626

Tints of Trendy Green #768626

Color information

#768626 (or 0x768626) is unknown color: approx Trendy Green. HEX triplet: 76, 86 and 26. RGB value is (118,134,38). Sum of RGB (Red+Green+Blue) = 118+134+38=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #768626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768626 is #8979D9. Grayscale: #767676. Windows color (decimal): -9009626 or 2524790. OLE color: 2524790.

HSL color Cylindrical-coordinate representation of color #768626: hue angle of 70º 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 #768626 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB11813438-
CMYK0.1200.720.47
HSL70º55.81%33.73%-
HSV(B)70º71.64%52.55%-
XYZ16.3521.045.03-
YUV118.2782.7127.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 38 (15.23% from 255) = 13.10%
R=40.69%
G=46.21%
B=13.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134380.1200.720.477055.8133.73
Hex768626C0482F463822
Octal16620646140110571067042
Binary1110110100001101001101100010010001011111000110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768626; }

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

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

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

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

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

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

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

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