#768031

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

Shades of Trendy Green #768031

Tints of Trendy Green #768031

Color information

#768031 (or 0x768031) is unknown color: approx Trendy Green. HEX triplet: 76, 80 and 31. RGB value is (118,128,49). Sum of RGB (Red+Green+Blue) = 118+128+49=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #768031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768031 is #897FCE. Grayscale: #747474. Windows color (decimal): -9011151 or 3244150. OLE color: 3244150.

HSL color Cylindrical-coordinate representation of color #768031: hue angle of 67.59º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #768031 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB11812849-
CMYK0.0800.620.50
HSL67.59º44.63%34.71%-
HSV(B)67.59º61.72%50.2%-
XYZ15.7419.515.84-
YUV11690.19129.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=40%
G=43.39%
B=16.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128490.0800.620.5067.5944.6334.71
Hex768031803E32442d23
Octal1662006110076621045543
Binary111011010000000110001100001111101100101000100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768031; }

 p { color: rgb(118,128,49); }

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

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

 a { background-color: rgb(118,128,49); }

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

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

 span { border-color: rgb(118,128,49); }

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