#0B694E

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

Shades of Watercourse #0B694E

Tints of Watercourse #0B694E

Color information

#0B694E (or 0x0B694E) is unknown color: approx Watercourse. HEX triplet: 0B, 69 and 4E. RGB value is (11,105,78). Sum of RGB (Red+Green+Blue) = 11+105+78=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #0B694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B694E is #F496B1. Grayscale: #494949. Windows color (decimal): -16029362 or 5138699. OLE color: 5138699.

HSL color Cylindrical-coordinate representation of color #0B694E: hue angle of 162.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B694E is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1110578-
CMYK0.9000.260.59
HSL162.77º81.03%22.75%-
HSV(B)162.77º89.52%41.18%-
XYZ6.5610.728.93-
YUV73.82130.3683.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.67%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=5.67%
G=54.12%
B=40.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105780.9000.260.59162.7781.0322.75
HexB694E5A01A3Ba35117
Octal131511161320327324312127
Binary101111010011001110101101001101011101110100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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