#106B4F

Color #106B4F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #106B4F

Tints of Watercourse #106B4F

Color information

#106B4F (or 0x106B4F) is unknown color: approx Watercourse. HEX triplet: 10, 6B and 4F. RGB value is (16,107,79). Sum of RGB (Red+Green+Blue) = 16+107+79=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #106B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B4F is #EF94B0. Grayscale: #4C4C4C. Windows color (decimal): -15701169 or 5204752. OLE color: 5204752.

HSL color Cylindrical-coordinate representation of color #106B4F: hue angle of 161.54º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106B4F is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1610779-
CMYK0.8500.260.58
HSL161.54º73.98%24.12%-
HSV(B)161.54º85.05%41.96%-
XYZ6.8811.199.19-
YUV76.6129.3584.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=7.92%
G=52.97%
B=39.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107790.8500.260.58161.5473.9824.12
Hex106B4F5501A3Aa24a18
Octal201531171250327224211230
Binary1000011010111001111101010101101011101010100010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106B4F; }

 p { color: rgb(16,107,79); }

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

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

 a { background-color: rgb(16,107,79); }

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

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

 span { border-color: rgb(16,107,79); }

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