#767F27

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

Shades of Trendy Green #767F27

Tints of Trendy Green #767F27

Color information

#767F27 (or 0x767F27) is unknown color: approx Trendy Green. HEX triplet: 76, 7F and 27. RGB value is (118,127,39). Sum of RGB (Red+Green+Blue) = 118+127+39=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #767F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767F27 is #8980D8. Grayscale: #727272. Windows color (decimal): -9011417 or 2588534. OLE color: 2588534.

HSL color Cylindrical-coordinate representation of color #767F27: hue angle of 66.14º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #767F27 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB11812739-
CMYK0.0700.690.50
HSL66.14º53.01%32.55%-
HSV(B)66.14º69.29%49.8%-
XYZ15.4319.184.81-
YUV114.2885.52130.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=41.55%
G=44.72%
B=13.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118127390.0700.690.5066.1453.0132.55
Hex767F27704532423521
Octal1661774770105621026541
Binary11101101111111100111111010001011100101000010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767F27; }

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

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

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

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

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

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

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

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