#0B6C4F

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

Shades of Watercourse #0B6C4F

Tints of Watercourse #0B6C4F

Color information

#0B6C4F (or 0x0B6C4F) is unknown color: approx Watercourse. HEX triplet: 0B, 6C and 4F. RGB value is (11,108,79). Sum of RGB (Red+Green+Blue) = 11+108+79=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6C4F is #F493B0. Grayscale: #4B4B4B. Windows color (decimal): -16028593 or 5205003. OLE color: 5205003.

HSL color Cylindrical-coordinate representation of color #0B6C4F: hue angle of 162.06º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6C4F is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1110879-
CMYK0.9000.270.58
HSL162.06º81.51%23.33%-
HSV(B)162.06º89.81%42.35%-
XYZ6.9111.369.23-
YUV75.69129.8681.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 108 (42.58% from 255) = 54.55%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=5.56%
G=54.55%
B=39.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11108790.9000.270.58162.0681.5123.33
HexB6C4F5A01B3Aa25217
Octal131541171320337224212227
Binary101111011001001111101101001101111101010100010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,108,79); }

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

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

 a { background-color: rgb(11,108,79); }

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

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

 span { border-color: rgb(11,108,79); }

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