#768A24

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

Shades of Trendy Green #768A24

Tints of Trendy Green #768A24

Color information

#768A24 (or 0x768A24) is unknown color: approx Trendy Green. HEX triplet: 76, 8A and 24. RGB value is (118,138,36). Sum of RGB (Red+Green+Blue) = 118+138+36=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #768A24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A24 is #8975DB. Grayscale: #787878. Windows color (decimal): -9008604 or 2394742. OLE color: 2394742.

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

Color convert

RGB11813836-
CMYK0.1400.740.46
HSL71.76º58.62%34.12%-
HSV(B)71.76º73.91%54.12%-
XYZ16.8822.165.06-
YUV120.3980.37126.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 36 (14.45% from 255) = 12.33%
R=40.41%
G=47.26%
B=12.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138360.1400.740.4671.7658.6234.12
Hex768A24E04A2E483b22
Octal16621244160112561107342
Binary1110110100010101001001110010010101011101001000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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