#767F16

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

Shades of Trendy Green #767F16

Tints of Trendy Green #767F16

Color information

#767F16 (or 0x767F16) is unknown color: approx Trendy Green. HEX triplet: 76, 7F and 16. RGB value is (118,127,22). Sum of RGB (Red+Green+Blue) = 118+127+22=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #767F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767F16 is #8980E9. Grayscale: #707070. Windows color (decimal): -9011434 or 1474422. OLE color: 1474422.

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

Color convert

RGB11812722-
CMYK0.0700.830.50
HSL65.14º70.47%29.22%-
HSV(B)65.14º82.68%49.8%-
XYZ15.2119.093.64-
YUV112.3477.02132.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=44.19%
G=47.57%
B=8.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118127220.0700.830.5065.1470.4729.22
Hex767F1670533241461d
Octal16617726701236210110635
Binary1110110111111110110111010100111100101000001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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