#768C11

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

Shades of Trendy Green #768C11

Tints of Trendy Green #768C11

Color information

#768C11 (or 0x768C11) is unknown color: approx Trendy Green. HEX triplet: 76, 8C and 11. RGB value is (118,140,17). Sum of RGB (Red+Green+Blue) = 118+140+17=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #768C11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768C11 is #8973EE. Grayscale: #777777. Windows color (decimal): -9008111 or 1150070. OLE color: 1150070.

HSL color Cylindrical-coordinate representation of color #768C11: hue angle of 70.73º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #768C11 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB11814017-
CMYK0.1600.880.45
HSL70.73º78.34%30.78%-
HSV(B)70.73º87.86%54.9%-
XYZ16.9522.654.01-
YUV119.470.21127-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 140 (55.08% from 255) = 50.91%
BLUE value IS 17 (7.03% from 255) = 6.18%
R=42.91%
G=50.91%
B=6.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118140170.1600.880.4570.7378.3430.78
Hex768C11100582D474e1f
Octal166214212001305510711637
Binary1110110100011001000110000010110001011011000111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768C11; }

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

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

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

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

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

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

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

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