#768A25

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

Shades of Trendy Green #768A25

Tints of Trendy Green #768A25

Color information

#768A25 (or 0x768A25) is unknown color: approx Trendy Green. HEX triplet: 76, 8A and 25. RGB value is (118,138,37). Sum of RGB (Red+Green+Blue) = 118+138+37=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #768A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A25 is #8975DA. Grayscale: #787878. Windows color (decimal): -9008603 or 2460278. OLE color: 2460278.

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

Color convert

RGB11813837-
CMYK0.1400.730.46
HSL71.88º57.71%34.31%-
HSV(B)71.88º73.19%54.12%-
XYZ16.8922.165.14-
YUV120.5180.87126.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=40.27%
G=47.10%
B=12.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138370.1400.730.4671.8857.7134.31
Hex768A25E0492E483a22
Octal16621245160111561107242
Binary1110110100010101001011110010010011011101001000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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