#0b6b53

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

Shades of Watercourse #0B6B53

Tints of Watercourse #0B6B53

Color information

#0B6B53 (or 0x0B6B53) is unknown color: approx Watercourse. HEX triplet: 0B, 6B and 53. RGB value is (11,107,83). Sum of RGB (Red+Green+Blue) = 11+107+83=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B53 is #F494AC. Grayscale: #4B4B4B. Windows color (decimal): -16028845 or 5466891. OLE color: 5466891.

HSL color Cylindrical-coordinate representation of color #0B6B53: hue angle of 165º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6B53 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1110783-
CMYK0.9000.220.58
HSL165º81.36%23.14%-
HSV(B)165º89.72%41.96%-
XYZ6.9611.219.98-
YUV75.56132.281.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.47%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=5.47%
G=53.23%
B=41.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11107830.9000.220.5816581.3623.14
HexB6B535A0163Aa55117
Octal131531231320267224512127
Binary101111010111010011101101001011011101010100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b6b53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,107,83); }

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

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

 a { background-color: rgb(11,107,83); }

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

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

 span { border-color: rgb(11,107,83); }

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