#0B654B

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

Shades of Watercourse #0B654B

Tints of Watercourse #0B654B

Color information

#0B654B (or 0x0B654B) is unknown color: approx Watercourse. HEX triplet: 0B, 65 and 4B. RGB value is (11,101,75). Sum of RGB (Red+Green+Blue) = 11+101+75=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #0B654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B654B is #F49AB4. Grayscale: #474747. Windows color (decimal): -16030389 or 4941067. OLE color: 4941067.

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

Color convert

RGB1110175-
CMYK0.8900.260.60
HSL162.67º80.36%21.96%-
HSV(B)162.67º89.11%39.61%-
XYZ6.069.898.25-
YUV71.13130.1885.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 101 (39.84% from 255) = 54.01%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=5.88%
G=54.01%
B=40.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11101750.8900.260.60162.6780.3621.96
HexB654B5901A3Ca35016
Octal131451131310327424312026
Binary101111001011001011101100101101011110010100011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,101,75); }

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

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

 a { background-color: rgb(11,101,75); }

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

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

 span { border-color: rgb(11,101,75); }

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