#768A11

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

Shades of Trendy Green #768A11

Tints of Trendy Green #768A11

Color information

#768A11 (or 0x768A11) is unknown color: approx Trendy Green. HEX triplet: 76, 8A and 11. RGB value is (118,138,17). Sum of RGB (Red+Green+Blue) = 118+138+17=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #768A11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768A11 is #8975EE. Grayscale: #767676. Windows color (decimal): -9008623 or 1149558. OLE color: 1149558.

HSL color Cylindrical-coordinate representation of color #768A11: hue angle of 69.92º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #768A11 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB11813817-
CMYK0.1400.880.46
HSL69.92º78.06%30.39%-
HSV(B)69.92º87.68%54.12%-
XYZ16.6622.073.91-
YUV118.2370.87127.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 138 (54.30% from 255) = 50.55%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=43.22%
G=50.55%
B=6.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138170.1400.880.4669.9278.0630.39
Hex768A11E0582E464e1e
Octal166212211601305610611636
Binary111011010001010100011110010110001011101000110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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