#107B3A

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

Shades of Dark Spring Green #107B3A

Tints of Dark Spring Green #107B3A

Color information

#107B3A (or 0x107B3A) is unknown color: approx Dark Spring Green. HEX triplet: 10, 7B and 3A. RGB value is (16,123,58). Sum of RGB (Red+Green+Blue) = 16+123+58=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 123 (48.44% from 255 or 62.44% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 123 - color contains mainly: green. Hex color #107B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107B3A is #EF84C5. Grayscale: #535353. Windows color (decimal): -15697094 or 3832592. OLE color: 3832592.

HSL color Cylindrical-coordinate representation of color #107B3A: hue angle of 143.55º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107B3A is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1612358-
CMYK0.8700.530.52
HSL143.55º76.98%27.25%-
HSV(B)143.55º86.99%48.24%-
XYZ8.0614.586.39-
YUV83.6113.5579.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 123 (48.44% from 255) = 62.44%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=8.12%
G=62.44%
B=29.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16123580.8700.530.52143.5576.9827.25
Hex107B3A5703534904d1b
Octal20173721270656422011533
Binary1000011110111110101010111011010111010010010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107B3A; }

 p { color: rgb(16,123,58); }

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

<style>
 a { background-color: #107B3A; }

 a { background-color: rgb(16,123,58); }

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

<style>
 span { border-color: #107B3A; }

 span { border-color: rgb(16,123,58); }

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