#10773B

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

Shades of Dark Spring Green #10773B

Tints of Dark Spring Green #10773B

Color information

#10773B (or 0x10773B) is unknown color: approx Dark Spring Green. HEX triplet: 10, 77 and 3B. RGB value is (16,119,59). Sum of RGB (Red+Green+Blue) = 16+119+59=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #10773B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10773B is #EF88C4. Grayscale: #515151. Windows color (decimal): -15698117 or 3897104. OLE color: 3897104.

HSL color Cylindrical-coordinate representation of color #10773B: hue angle of 145.05º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10773B is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1611959-
CMYK0.8700.500.53
HSL145.05º76.3%26.47%-
HSV(B)145.05º86.55%46.67%-
XYZ7.613.626.37-
YUV81.36115.3881.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 119 (46.88% from 255) = 61.34%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=8.25%
G=61.34%
B=30.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119590.8700.500.53145.0576.326.47
Hex10773B5703235914c1a
Octal20167731270626522111432
Binary1000011101111110111010111011001011010110010001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10773B; }

 p { color: rgb(16,119,59); }

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

<style>
 a { background-color: #10773B; }

 a { background-color: rgb(16,119,59); }

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

<style>
 span { border-color: #10773B; }

 span { border-color: rgb(16,119,59); }

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