#16763E

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

Shades of Dark Spring Green #16763E

Tints of Dark Spring Green #16763E

Color information

#16763E (or 0x16763E) is unknown color: approx Dark Spring Green. HEX triplet: 16, 76 and 3E. RGB value is (22,118,62). Sum of RGB (Red+Green+Blue) = 22+118+62=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #16763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16763E is #E989C1. Grayscale: #535353. Windows color (decimal): -15305154 or 4093462. OLE color: 4093462.

HSL color Cylindrical-coordinate representation of color #16763E: hue angle of 145º 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 #16763E is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB2211862-
CMYK0.8100.470.54
HSL145º68.57%27.45%-
HSV(B)145º81.36%46.27%-
XYZ7.6813.486.75-
YUV82.91116.284.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.89%
GREEN value IS 118 (46.48% from 255) = 58.42%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=10.89%
G=58.42%
B=30.69%

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
Decimal22118620.8100.470.5414568.5727.45
Hex16763E5102F3691451b
Octal26166761210576622110533
Binary1011011101101111101010001010111111011010010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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