#768A27

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

Shades of Trendy Green #768A27

Tints of Trendy Green #768A27

Color information

#768A27 (or 0x768A27) is unknown color: approx Trendy Green. HEX triplet: 76, 8A and 27. RGB value is (118,138,39). Sum of RGB (Red+Green+Blue) = 118+138+39=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #768A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A27 is #8975D8. Grayscale: #797979. Windows color (decimal): -9008601 or 2591350. OLE color: 2591350.

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

Color convert

RGB11813839-
CMYK0.1400.720.46
HSL72.12º55.93%34.71%-
HSV(B)72.12º71.74%54.12%-
XYZ16.9322.175.31-
YUV120.7381.87126.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 46.78%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=40%
G=46.78%
B=13.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138390.1400.720.4672.1255.9334.71
Hex768A27E0482E483823
Octal16621247160110561107043
Binary1110110100010101001111110010010001011101001000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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