#768811

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

Shades of Trendy Green #768811

Tints of Trendy Green #768811

Color information

#768811 (or 0x768811) is unknown color: approx Trendy Green. HEX triplet: 76, 88 and 11. RGB value is (118,136,17). Sum of RGB (Red+Green+Blue) = 118+136+17=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #768811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768811 is #8977EE. Grayscale: #757575. Windows color (decimal): -9009135 or 1149046. OLE color: 1149046.

HSL color Cylindrical-coordinate representation of color #768811: hue angle of 69.08º degrees, saturation: 0.78, 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 #768811 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB11813617-
CMYK0.1300.870.47
HSL69.08º77.78%30%-
HSV(B)69.08º87.5%53.33%-
XYZ16.3821.53.82-
YUV117.0571.54128.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=43.54%
G=50.18%
B=6.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136170.1300.870.4769.0877.7830
Hex768811D0572F454e1e
Octal166210211501275710511636
Binary111011010001000100011101010101111011111000101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768811; }

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

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

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

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

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

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

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

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