#0B614A

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

Shades of Watercourse #0B614A

Tints of Watercourse #0B614A

Color information

#0B614A (or 0x0B614A) is unknown color: approx Watercourse. HEX triplet: 0B, 61 and 4A. RGB value is (11,97,74). Sum of RGB (Red+Green+Blue) = 11+97+74=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #0B614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B614A is #F49EB5. Grayscale: #444444. Windows color (decimal): -16031414 or 4874507. OLE color: 4874507.

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

Color convert

RGB119774-
CMYK0.8900.240.62
HSL163.95º79.63%21.18%-
HSV(B)163.95º88.66%38.04%-
XYZ5.659.117.94-
YUV68.66131.0186.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.04%
GREEN value IS 97 (38.28% from 255) = 53.30%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=6.04%
G=53.30%
B=40.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1197740.8900.240.62163.9579.6321.18
HexB614A590183Ea45015
Octal131411121310307624412025
Binary101111000011001010101100101100011111010100100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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