#0B674D

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

Shades of Watercourse #0B674D

Tints of Watercourse #0B674D

Color information

#0B674D (or 0x0B674D) is unknown color: approx Watercourse. HEX triplet: 0B, 67 and 4D. RGB value is (11,103,77). Sum of RGB (Red+Green+Blue) = 11+103+77=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #0B674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B674D is #F498B2. Grayscale: #484848. Windows color (decimal): -16029875 or 5072651. OLE color: 5072651.

HSL color Cylindrical-coordinate representation of color #0B674D: hue angle of 163.04º 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 #0B674D is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1110377-
CMYK0.8900.250.60
HSL163.04º80.7%22.35%-
HSV(B)163.04º89.32%40.39%-
XYZ6.3310.318.68-
YUV72.53130.5284.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.76%
GREEN value IS 103 (40.62% from 255) = 53.93%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=5.76%
G=53.93%
B=40.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11103770.8900.250.60163.0480.722.35
HexB674D590193Ca35116
Octal131471151310317424312126
Binary101111001111001101101100101100111110010100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,77); }

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

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

 a { background-color: rgb(11,103,77); }

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

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

 span { border-color: rgb(11,103,77); }

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