#107246

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

Shades of Dark Spring Green #107246

Tints of Dark Spring Green #107246

Color information

#107246 (or 0x107246) is unknown color: approx Dark Spring Green. HEX triplet: 10, 72 and 46. RGB value is (16,114,70). Sum of RGB (Red+Green+Blue) = 16+114+70=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #107246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107246 is #EF8DB9. Grayscale: #4F4F4F. Windows color (decimal): -15699386 or 4616720. OLE color: 4616720.

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

Color convert

RGB1611470-
CMYK0.8600.390.55
HSL153.06º75.38%25.49%-
HSV(B)153.06º85.96%44.71%-
XYZ7.3412.597.84-
YUV79.68122.5382.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 70 (27.73% from 255) = 35%
R=8%
G=57%
B=35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114700.8600.390.55153.0675.3825.49
Hex1072465602737994b19
Octal201621061260476723111331
Binary10000111001010001101010110010011111011110011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107246; }

 p { color: rgb(16,114,70); }

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

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

 a { background-color: rgb(16,114,70); }

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

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

 span { border-color: rgb(16,114,70); }

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