#768627

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

Shades of Trendy Green #768627

Tints of Trendy Green #768627

Color information

#768627 (or 0x768627) is unknown color: approx Trendy Green. HEX triplet: 76, 86 and 27. RGB value is (118,134,39). Sum of RGB (Red+Green+Blue) = 118+134+39=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #768627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768627 is #8979D8. Grayscale: #767676. Windows color (decimal): -9009625 or 2590326. OLE color: 2590326.

HSL color Cylindrical-coordinate representation of color #768627: hue angle of 70.11º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #768627 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB11813439-
CMYK0.1200.710.47
HSL70.11º54.91%33.92%-
HSV(B)70.11º70.9%52.55%-
XYZ16.3621.055.12-
YUV118.3983.2127.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 39 (15.62% from 255) = 13.40%
R=40.55%
G=46.05%
B=13.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134390.1200.710.4770.1154.9133.92
Hex768627C0472F463722
Octal16620647140107571066742
Binary1110110100001101001111100010001111011111000110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768627; }

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

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

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

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

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

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

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

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