#0B724D

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

Shades of Watercourse #0B724D

Tints of Watercourse #0B724D

Color information

#0B724D (or 0x0B724D) is unknown color: approx Watercourse. HEX triplet: 0B, 72 and 4D. RGB value is (11,114,77). Sum of RGB (Red+Green+Blue) = 11+114+77=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #0B724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B724D is #F48DB2. Grayscale: #4F4F4F. Windows color (decimal): -16027059 or 5075467. OLE color: 5075467.

HSL color Cylindrical-coordinate representation of color #0B724D: hue angle of 158.45º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B724D is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1111477-
CMYK0.9000.320.55
HSL158.45º82.4%24.51%-
HSV(B)158.45º90.35%44.71%-
XYZ7.4912.649.07-
YUV78.98126.8879.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=5.45%
G=56.44%
B=38.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114770.9000.320.55158.4582.424.51
HexB724D5A020379e5219
Octal131621151320406723612231
Binary1011111001010011011011010010000011011110011110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,114,77); }

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

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

 a { background-color: rgb(11,114,77); }

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

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

 span { border-color: rgb(11,114,77); }

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