#768527

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

Shades of Trendy Green #768527

Tints of Trendy Green #768527

Color information

#768527 (or 0x768527) is unknown color: approx Trendy Green. HEX triplet: 76, 85 and 27. RGB value is (118,133,39). Sum of RGB (Red+Green+Blue) = 118+133+39=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #768527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768527 is #897AD8. Grayscale: #767676. Windows color (decimal): -9009881 or 2590070. OLE color: 2590070.

HSL color Cylindrical-coordinate representation of color #768527: hue angle of 69.57º degrees, saturation: 0.55, 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 #768527 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB11813339-
CMYK0.1100.710.48
HSL69.57º54.65%33.73%-
HSV(B)69.57º70.68%52.16%-
XYZ16.2220.775.07-
YUV117.883.53128.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=40.69%
G=45.86%
B=13.45%

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
Decimal118133390.1100.710.4869.5754.6533.73
Hex768527B04730463722
Octal16620547130107601066742
Binary1110110100001011001111011010001111100001000110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768527; }

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

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

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

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

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

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

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

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