#16750A

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

Shades of Green #16750A

Tints of Green #16750A

Color information

#16750A (or 0x16750A) is unknown color: approx Green. HEX triplet: 16, 75 and 0A. RGB value is (22,117,10). Sum of RGB (Red+Green+Blue) = 22+117+10=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 117 (46.09% from 255 or 78.52% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 117 - color contains mainly: green. Hex color #16750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16750A is #E98AF5. Grayscale: #4C4C4C. Windows color (decimal): -15305462 or 685334. OLE color: 685334.

HSL color Cylindrical-coordinate representation of color #16750A: hue angle of 113.27º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16750A is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB2211710-
CMYK0.8100.910.54
HSL113.27º84.25%24.9%-
HSV(B)113.27º91.45%45.88%-
XYZ6.7512.922.42-
YUV76.490.5389.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 117 (46.09% from 255) = 78.52%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=14.77%
G=78.52%
B=6.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22117100.8100.910.54113.2784.2524.9
Hex1675A5105B36715419
Octal261651212101336616112431
Binary10110111010110101010001010110111101101110001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16750A; }

 p { color: rgb(22,117,10); }

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

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

 a { background-color: rgb(22,117,10); }

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

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

 span { border-color: rgb(22,117,10); }

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