#0B724C

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

Shades of Watercourse #0B724C

Tints of Watercourse #0B724C

Color information

#0B724C (or 0x0B724C) is unknown color: approx Watercourse. HEX triplet: 0B, 72 and 4C. RGB value is (11,114,76). Sum of RGB (Red+Green+Blue) = 11+114+76=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #0B724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B724C is #F48DB3. Grayscale: #4E4E4E. Windows color (decimal): -16027060 or 5009931. OLE color: 5009931.

HSL color Cylindrical-coordinate representation of color #0B724C: hue angle of 157.86º 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 #0B724C is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1111476-
CMYK0.9000.330.55
HSL157.86º82.4%24.51%-
HSV(B)157.86º90.35%44.71%-
XYZ7.4612.638.88-
YUV78.87126.3879.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.47%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=5.47%
G=56.72%
B=37.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114760.9000.330.55157.8682.424.51
HexB724C5A021379e5219
Octal131621141320416723612231
Binary1011111001010011001011010010000111011110011110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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