#0B6B4E

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

Shades of Watercourse #0B6B4E

Tints of Watercourse #0B6B4E

Color information

#0B6B4E (or 0x0B6B4E) is unknown color: approx Watercourse. HEX triplet: 0B, 6B and 4E. RGB value is (11,107,78). Sum of RGB (Red+Green+Blue) = 11+107+78=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B4E is #F494B1. Grayscale: #4B4B4B. Windows color (decimal): -16028850 or 5139211. OLE color: 5139211.

HSL color Cylindrical-coordinate representation of color #0B6B4E: hue angle of 161.88º degrees, saturation: 0.81, 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 #0B6B4E is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1110778-
CMYK0.9000.270.58
HSL161.88º81.36%23.14%-
HSV(B)161.88º89.72%41.96%-
XYZ6.7711.149-
YUV74.99129.782.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.61%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=5.61%
G=54.59%
B=39.80%

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
Decimal11107780.9000.270.58161.8881.3623.14
HexB6B4E5A01B3Aa25117
Octal131531161320337224212127
Binary101111010111001110101101001101111101010100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,107,78); }

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

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

 a { background-color: rgb(11,107,78); }

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

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

 span { border-color: rgb(11,107,78); }

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