#0B714B

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

Shades of Watercourse #0B714B

Tints of Watercourse #0B714B

Color information

#0B714B (or 0x0B714B) is unknown color: approx Watercourse. HEX triplet: 0B, 71 and 4B. RGB value is (11,113,75). Sum of RGB (Red+Green+Blue) = 11+113+75=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #0B714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B714B is #F48EB4. Grayscale: #4E4E4E. Windows color (decimal): -16027317 or 4944139. OLE color: 4944139.

HSL color Cylindrical-coordinate representation of color #0B714B: hue angle of 157.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B714B is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1111375-
CMYK0.9000.340.56
HSL157.65º82.26%24.31%-
HSV(B)157.65º90.27%44.31%-
XYZ7.3112.398.66-
YUV78.17126.2180.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.53%
GREEN value IS 113 (44.53% from 255) = 56.78%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=5.53%
G=56.78%
B=37.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113750.9000.340.56157.6582.2624.31
HexB714B5A022389e5218
Octal131611131320427023612230
Binary1011111000110010111011010010001011100010011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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