#10763F

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

Shades of Dark Spring Green #10763F

Tints of Dark Spring Green #10763F

Color information

#10763F (or 0x10763F) is unknown color: approx Dark Spring Green. HEX triplet: 10, 76 and 3F. RGB value is (16,118,63). Sum of RGB (Red+Green+Blue) = 16+118+63=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #10763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10763F is #EF89C0. Grayscale: #515151. Windows color (decimal): -15698369 or 4158992. OLE color: 4158992.

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

Color convert

RGB1611863-
CMYK0.8600.470.54
HSL147.65º76.12%26.27%-
HSV(B)147.65º86.44%46.27%-
XYZ7.5913.436.89-
YUV81.23117.7181.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 118 (46.48% from 255) = 59.90%
BLUE value IS 63 (25% from 255) = 31.98%
R=8.12%
G=59.90%
B=31.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16118630.8600.470.54147.6576.1226.27
Hex10763F5602F36944c1a
Octal20166771260576622411432
Binary1000011101101111111010110010111111011010010100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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