Html Css Color HEX #0B7351 Watercourse

📋 copy color: '#0B7351'

red 11 ◦ green 115 ◦ blue 81

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

Shades of Watercourse #0B7351

Tints of Watercourse #0B7351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 5.31%
G = 55.56%
B = 39.13%

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

#0B7351 (or 0x0B7351) is known color: Watercourse. HEX triplet: 0B, 73 and 51. RGB value is (11,115,81). Sum of RGB (Red+Green+Blue) = 11+115+81=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7351 is #F48CAE. Grayscale: #505050. Windows color (decimal): -16026799 or 5337867. OLE color: 5337867.

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

Color convert

RGB 11 115 81 -
CMYK 0.90 0 0.30 0.55
HSL 160.38º 0.83% 0.25% -
HSV(B) 160.38º 0.9% 0.45% -
XYZ 7.75 12.93 9.87 -
YUV 80.03 128.54 78.76 -
System Red Green Blue C M Y K H S L
Decimal 11 115 81 0.90 0 0.30 0.55 160.38 0.83 0.25
Hex B 73 51 5A 0 1E 37 A0 53 19
Octal 13 163 121 132 0 36 67 240 123 31
Binary 1011 1110011 1010001 1011010 0 11110 110111 10100000 1010011 11001

Color Harmonies of #0B7351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7351

Black with #0B7351

Text Example


Text Example

White with #0B7351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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