#0B6E54

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

Shades of Watercourse #0B6E54

Tints of Watercourse #0B6E54

Color information

#0B6E54 (or 0x0B6E54) is unknown color: approx Watercourse. HEX triplet: 0B, 6E and 54. RGB value is (11,110,84). Sum of RGB (Red+Green+Blue) = 11+110+84=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E54 is #F491AB. Grayscale: #4D4D4D. Windows color (decimal): -16028076 or 5533195. OLE color: 5533195.

HSL color Cylindrical-coordinate representation of color #0B6E54: hue angle of 164.24º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E54 is Cyan = 0.9, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB1111084-
CMYK0.900.240.57
HSL164.24º81.82%23.73%-
HSV(B)164.24º90%43.14%-
XYZ7.3111.8610.29-
YUV77.44131.780.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.37%
GREEN value IS 110 (43.36% from 255) = 53.66%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=5.37%
G=53.66%
B=40.98%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11110840.900.240.57164.2481.8223.73
HexB6E545A01839a45218
Octal131561241320307124412230
Binary101111011101010100101101001100011100110100100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,110,84); }

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

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

 a { background-color: rgb(11,110,84); }

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

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

 span { border-color: rgb(11,110,84); }

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