#768A14

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

Shades of Trendy Green #768A14

Tints of Trendy Green #768A14

Color information

#768A14 (or 0x768A14) is unknown color: approx Trendy Green. HEX triplet: 76, 8A and 14. RGB value is (118,138,20). Sum of RGB (Red+Green+Blue) = 118+138+20=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #768A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768A14 is #8975EB. Grayscale: #777777. Windows color (decimal): -9008620 or 1346166. OLE color: 1346166.

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

Color convert

RGB11813820-
CMYK0.1400.860.46
HSL70.17º74.68%30.98%-
HSV(B)70.17º85.51%54.12%-
XYZ16.6922.084.04-
YUV118.5772.37127.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 138 (54.30% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 7.25%
R=42.75%
G=50%
B=7.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138200.1400.860.4670.1774.6830.98
Hex768A14E0562E464b1f
Octal166212241601265610611337
Binary111011010001010101001110010101101011101000110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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