#16760F

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

Shades of Green #16760F

Tints of Green #16760F

Color information

#16760F (or 0x16760F) is unknown color: approx Green. HEX triplet: 16, 76 and 0F. RGB value is (22,118,15). Sum of RGB (Red+Green+Blue) = 22+118+15=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 118 (46.48% from 255 or 76.13% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 118 - color contains mainly: green. Hex color #16760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16760F is #E989F0. Grayscale: #4D4D4D. Windows color (decimal): -15305201 or 1013270. OLE color: 1013270.

HSL color Cylindrical-coordinate representation of color #16760F: hue angle of 115.92º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16760F is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB2211815-
CMYK0.8100.870.54
HSL115.92º77.44%26.08%-
HSV(B)115.92º87.29%46.27%-
XYZ6.913.162.63-
YUV77.5592.788.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 118 (46.48% from 255) = 76.13%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=14.19%
G=76.13%
B=9.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22118150.8100.870.54115.9277.4426.08
Hex1676F5105736744d1a
Octal261661712101276616411532
Binary10110111011011111010001010101111101101110100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16760F; }

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

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

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

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

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

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

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

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