#16763F

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

Shades of Dark Spring Green #16763F

Tints of Dark Spring Green #16763F

Color information

#16763F (or 0x16763F) is unknown color: approx Dark Spring Green. HEX triplet: 16, 76 and 3F. RGB value is (22,118,63). Sum of RGB (Red+Green+Blue) = 22+118+63=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #16763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16763F is #E989C0. Grayscale: #535353. Windows color (decimal): -15305153 or 4158998. OLE color: 4158998.

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

Color convert

RGB2211863-
CMYK0.8100.470.54
HSL145.62º68.57%27.45%-
HSV(B)145.62º81.36%46.27%-
XYZ7.7113.496.9-
YUV83.03116.784.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 63 (25% from 255) = 31.03%
R=10.84%
G=58.13%
B=31.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22118630.8100.470.54145.6268.5727.45
Hex16763F5102F3692451b
Octal26166771210576622210533
Binary1011011101101111111010001010111111011010010010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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