#0B644F

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

Shades of Watercourse #0B644F

Tints of Watercourse #0B644F

Color information

#0B644F (or 0x0B644F) is unknown color: approx Watercourse. HEX triplet: 0B, 64 and 4F. RGB value is (11,100,79). Sum of RGB (Red+Green+Blue) = 11+100+79=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #0B644F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B644F is #F49BB0. Grayscale: #464646. Windows color (decimal): -16030641 or 5202955. OLE color: 5202955.

HSL color Cylindrical-coordinate representation of color #0B644F: hue angle of 165.84º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B644F is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1110079-
CMYK0.8900.210.61
HSL165.84º80.18%21.76%-
HSV(B)165.84º89%39.22%-
XYZ6.119.758.96-
YUV71132.5185.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.79%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=5.79%
G=52.63%
B=41.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100790.8900.210.61165.8480.1821.76
HexB644F590153Da65016
Octal131441171310257524612026
Binary101111001001001111101100101010111110110100110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B644F; }

 p { color: rgb(11,100,79); }

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

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

 a { background-color: rgb(11,100,79); }

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

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

 span { border-color: rgb(11,100,79); }

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