#768810

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

Shades of Trendy Green #768810

Tints of Trendy Green #768810

Color information

#768810 (or 0x768810) is unknown color: approx Trendy Green. HEX triplet: 76, 88 and 10. RGB value is (118,136,16). Sum of RGB (Red+Green+Blue) = 118+136+16=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #768810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768810 is #8977EF. Grayscale: #757575. Windows color (decimal): -9009136 or 1083510. OLE color: 1083510.

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

Color convert

RGB11813616-
CMYK0.1300.880.47
HSL69º78.95%29.8%-
HSV(B)69º88.24%53.33%-
XYZ16.3721.53.78-
YUV116.9471.04128.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 16 (6.64% from 255) = 5.93%
R=43.70%
G=50.37%
B=5.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136160.1300.880.476978.9529.8
Hex768810D0582F454f1e
Octal166210201501305710511736
Binary111011010001000100001101010110001011111000101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768810; }

 p { color: rgb(118,136,16); }

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

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

 a { background-color: rgb(118,136,16); }

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

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

 span { border-color: rgb(118,136,16); }

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