#107542

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

Shades of Dark Spring Green #107542

Tints of Dark Spring Green #107542

Color information

#107542 (or 0x107542) is unknown color: approx Dark Spring Green. HEX triplet: 10, 75 and 42. RGB value is (16,117,66). Sum of RGB (Red+Green+Blue) = 16+117+66=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #107542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107542 is #EF8ABD. Grayscale: #515151. Windows color (decimal): -15698622 or 4355344. OLE color: 4355344.

HSL color Cylindrical-coordinate representation of color #107542: hue angle of 149.7º 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 #107542 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1611766-
CMYK0.8600.440.54
HSL149.7º75.94%26.08%-
HSV(B)149.7º86.32%45.88%-
XYZ7.5613.237.31-
YUV80.99119.5481.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=8.04%
G=58.79%
B=33.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117660.8600.440.54149.775.9426.08
Hex1075425602C36964c1a
Octal201651021260546622611432
Binary10000111010110000101010110010110011011010010110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107542; }

 p { color: rgb(16,117,66); }

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

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

 a { background-color: rgb(16,117,66); }

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

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

 span { border-color: rgb(16,117,66); }

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