#0B664C

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

Shades of Watercourse #0B664C

Tints of Watercourse #0B664C

Color information

#0B664C (or 0x0B664C) is unknown color: approx Watercourse. HEX triplet: 0B, 66 and 4C. RGB value is (11,102,76). Sum of RGB (Red+Green+Blue) = 11+102+76=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #0B664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B664C is #F499B3. Grayscale: #474747. Windows color (decimal): -16030132 or 5006859. OLE color: 5006859.

HSL color Cylindrical-coordinate representation of color #0B664C: hue angle of 162.86º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B664C is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1110276-
CMYK0.8900.250.6
HSL162.86º80.53%22.16%-
HSV(B)162.86º89.22%40%-
XYZ6.1910.18.46-
YUV71.83130.3584.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 102 (40.23% from 255) = 53.97%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=5.82%
G=53.97%
B=40.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal11102760.8900.250.6162.8680.5322.16
HexB664C590193Ca35116
Octal131461141310317424312126
Binary101111001101001100101100101100111110010100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,102,76); }

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

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

 a { background-color: rgb(11,102,76); }

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

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

 span { border-color: rgb(11,102,76); }

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