#0B694A

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

Shades of Watercourse #0B694A

Tints of Watercourse #0B694A

Color information

#0B694A (or 0x0B694A) is unknown color: approx Watercourse. HEX triplet: 0B, 69 and 4A. RGB value is (11,105,74). Sum of RGB (Red+Green+Blue) = 11+105+74=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #0B694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B694A is #F496B5. Grayscale: #494949. Windows color (decimal): -16029366 or 4876555. OLE color: 4876555.

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

Color convert

RGB1110574-
CMYK0.9000.300.59
HSL160.21º81.03%22.75%-
HSV(B)160.21º89.52%41.18%-
XYZ6.4310.678.2-
YUV73.36128.3683.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.79%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=5.79%
G=55.26%
B=38.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105740.9000.300.59160.2181.0322.75
HexB694A5A01E3Ba05117
Octal131511121320367324012127
Binary101111010011001010101101001111011101110100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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