#107545

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

Shades of Dark Spring Green #107545

Tints of Dark Spring Green #107545

Color information

#107545 (or 0x107545) is unknown color: approx Dark Spring Green. HEX triplet: 10, 75 and 45. RGB value is (16,117,69). Sum of RGB (Red+Green+Blue) = 16+117+69=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #107545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107545 is #EF8ABA. Grayscale: #515151. Windows color (decimal): -15698619 or 4551952. OLE color: 4551952.

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

Color convert

RGB1611769-
CMYK0.8600.410.54
HSL151.49º75.94%26.08%-
HSV(B)151.49º86.32%45.88%-
XYZ7.6513.267.79-
YUV81.33121.0481.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 117 (46.09% from 255) = 57.92%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=7.92%
G=57.92%
B=34.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117690.8600.410.54151.4975.9426.08
Hex1075455602936974c1a
Octal201651051260516622711432
Binary10000111010110001011010110010100111011010010111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107545; }

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

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

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

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

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

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

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

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