#0B614F

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

Shades of Watercourse #0B614F

Tints of Watercourse #0B614F

Color information

#0B614F (or 0x0B614F) is unknown color: approx Watercourse. HEX triplet: 0B, 61 and 4F. RGB value is (11,97,79). Sum of RGB (Red+Green+Blue) = 11+97+79=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #0B614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B614F is #F49EB0. Grayscale: #454545. Windows color (decimal): -16031409 or 5202187. OLE color: 5202187.

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

Color convert

RGB119779-
CMYK0.8900.190.62
HSL167.44º79.63%21.18%-
HSV(B)167.44º88.66%38.04%-
XYZ5.829.198.86-
YUV69.23133.5186.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=5.88%
G=51.87%
B=42.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197790.8900.190.62167.4479.6321.18
HexB614F590133Ea75015
Octal131411171310237624712025
Binary101111000011001111101100101001111111010100111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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