#768526

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

Shades of Trendy Green #768526

Tints of Trendy Green #768526

Color information

#768526 (or 0x768526) is unknown color: approx Trendy Green. HEX triplet: 76, 85 and 26. RGB value is (118,133,38). Sum of RGB (Red+Green+Blue) = 118+133+38=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #768526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768526 is #897AD9. Grayscale: #767676. Windows color (decimal): -9009882 or 2524534. OLE color: 2524534.

HSL color Cylindrical-coordinate representation of color #768526: hue angle of 69.47º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #768526 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB11813338-
CMYK0.1100.710.48
HSL69.47º55.56%33.53%-
HSV(B)69.47º71.43%52.16%-
XYZ16.2120.774.99-
YUV117.6883.03128.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=40.83%
G=46.02%
B=13.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133380.1100.710.4869.4755.5633.53
Hex768526B04730453822
Octal16620546130107601057042
Binary1110110100001011001101011010001111100001000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768526; }

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

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

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

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

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

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

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

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