Html Css Color HEX #0B7350 Watercourse

📋 copy color: '#0B7350'

red 11 ◦ green 115 ◦ blue 80

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

Shades of Watercourse #0B7350

Tints of Watercourse #0B7350

RGB

 RED value IS 11 (4.69% from 255) = 5.34%

 GREEN value IS 115 (45.31% from 255) = 55.83%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 5.34%
G = 55.83%
B = 38.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#0B7350 (or 0x0B7350) is known color: Watercourse. HEX triplet: 0B, 73 and 50. RGB value is (11,115,80). Sum of RGB (Red+Green+Blue) = 11+115+80=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7350 is #F48CAF. Grayscale: #4F4F4F. Windows color (decimal): -16026800 or 5272331. OLE color: 5272331.

HSL color Cylindrical-coordinate representation of color #0B7350: hue angle of 159.81º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7350 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 115 80 -
CMYK 0.90 0 0.30 0.55
HSL 159.81º 0.83% 0.25% -
HSV(B) 159.81º 0.9% 0.45% -
XYZ 7.72 12.91 9.67 -
YUV 79.91 128.04 78.85 -
System Red Green Blue C M Y K H S L
Decimal 11 115 80 0.90 0 0.30 0.55 159.81 0.83 0.25
Hex B 73 50 5A 0 1E 37 A0 53 19
Octal 13 163 120 132 0 36 67 240 123 31
Binary 1011 1110011 1010000 1011010 0 11110 110111 10100000 1010011 11001

Color Harmonies of #0B7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7350

Black with #0B7350

Text Example


Text Example

White with #0B7350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,115,80); }

 H1.HeaderClassName
 {
   color: #0B7350;
 }
 .AnyTagClassName
 {
   color: #0B7350;
 }
</style>

background-color css

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

 a { background-color: rgb(11,115,80); }

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

border-color css

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

 span { border-color: rgb(11,115,80); }

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