#768A19

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

Shades of Trendy Green #768A19

Tints of Trendy Green #768A19

Color information

#768A19 (or 0x768A19) is unknown color: approx Trendy Green. HEX triplet: 76, 8A and 19. RGB value is (118,138,25). Sum of RGB (Red+Green+Blue) = 118+138+25=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #768A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768A19 is #8975E6. Grayscale: #777777. Windows color (decimal): -9008615 or 1673846. OLE color: 1673846.

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

Color convert

RGB11813825-
CMYK0.1400.820.46
HSL70.62º69.33%31.96%-
HSV(B)70.62º81.88%54.12%-
XYZ16.7422.14.3-
YUV119.1474.87127.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 138 (54.30% from 255) = 49.11%
BLUE value IS 25 (10.16% from 255) = 8.90%
R=41.99%
G=49.11%
B=8.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138250.1400.820.4670.6269.3331.96
Hex768A19E0522E474520
Octal166212311601225610710540
Binary1110110100010101100111100101001010111010001111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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