#107145

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

Shades of Dark Spring Green #107145

Tints of Dark Spring Green #107145

Color information

#107145 (or 0x107145) is unknown color: approx Dark Spring Green. HEX triplet: 10, 71 and 45. RGB value is (16,113,69). Sum of RGB (Red+Green+Blue) = 16+113+69=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #107145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107145 is #EF8EBA. Grayscale: #4F4F4F. Windows color (decimal): -15699643 or 4550928. OLE color: 4550928.

HSL color Cylindrical-coordinate representation of color #107145: hue angle of 152.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107145 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1611369-
CMYK0.8600.390.56
HSL152.78º75.19%25.29%-
HSV(B)152.78º85.84%44.31%-
XYZ7.1912.357.63-
YUV78.98122.3683.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=8.08%
G=57.07%
B=34.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16113690.8600.390.56152.7875.1925.29
Hex1071455602738994b19
Octal201611051260477023111331
Binary10000111000110001011010110010011111100010011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107145; }

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

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

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

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

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

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

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

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