Html Css Color HEX #0B694A Watercourse

📋 copy color: '#0B694A'

red 11 ◦ green 105 ◦ blue 74

#0B694A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0B694A

Tints of Watercourse #0B694A

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.3% from 255) = 38.95%

R = 5.79%
G = 55.26%
B = 38.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#0B694A (or 0x0B694A) is known color: 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

RGB 11 105 74 -
CMYK 0.90 0 0.30 0.59
HSL 160.21º 0.81% 0.23% -
HSV(B) 160.21º 0.9% 0.41% -
XYZ 6.43 10.67 8.2 -
YUV 73.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 11 105 74 0.90 0 0.30 0.59 160.21 0.81 0.23
Hex B 69 4A 5A 0 1E 3B A0 51 17
Octal 13 151 112 132 0 36 73 240 121 27
Binary 1011 1101001 1001010 1011010 0 11110 111011 10100000 1010001 10111

Color Harmonies of #0B694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B694A

Black with #0B694A

Text Example


Text Example

White with #0B694A

Text Example


Text Example

HTML Codes & Css Web 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>