#0B724A

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

Shades of Watercourse #0B724A

Tints of Watercourse #0B724A

Color information

#0B724A (or 0x0B724A) is unknown color: approx Watercourse. HEX triplet: 0B, 72 and 4A. RGB value is (11,114,74). Sum of RGB (Red+Green+Blue) = 11+114+74=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #0B724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B724A is #F48DB5. Grayscale: #4E4E4E. Windows color (decimal): -16027062 or 4878859. OLE color: 4878859.

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

Color convert

RGB1111474-
CMYK0.9000.350.55
HSL156.7º82.4%24.51%-
HSV(B)156.7º90.35%44.71%-
XYZ7.3912.68.52-
YUV78.64125.3879.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.53%
GREEN value IS 114 (44.92% from 255) = 57.29%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=5.53%
G=57.29%
B=37.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11114740.9000.350.55156.782.424.51
HexB724A5A023379d5219
Octal131621121320436723512231
Binary1011111001010010101011010010001111011110011101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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