Html Css Color HEX #0B704E Watercourse

📋 copy color: '#0B704E'

red 11 ◦ green 112 ◦ blue 78

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

Shades of Watercourse #0B704E

Tints of Watercourse #0B704E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.72%

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 5.47%
G = 55.72%
B = 38.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#0B704E (or 0x0B704E) is known color: Watercourse. HEX triplet: 0B, 70 and 4E. RGB value is (11,112,78). Sum of RGB (Red+Green+Blue) = 11+112+78=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #0B704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B704E is #F48FB1. Grayscale: #4D4D4D. Windows color (decimal): -16027570 or 5140491. OLE color: 5140491.

HSL color Cylindrical-coordinate representation of color #0B704E: hue angle of 159.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B704E is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 112 78 -
CMYK 0.90 0 0.30 0.56
HSL 159.8º 0.82% 0.24% -
HSV(B) 159.8º 0.9% 0.44% -
XYZ 7.31 12.21 9.18 -
YUV 77.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 11 112 78 0.90 0 0.30 0.56 159.8 0.82 0.24
Hex B 70 4E 5A 0 1E 38 A0 52 18
Octal 13 160 116 132 0 36 70 240 122 30
Binary 1011 1110000 1001110 1011010 0 11110 111000 10100000 1010010 11000

Color Harmonies of #0B704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B704E

Black with #0B704E

Text Example


Text Example

White with #0B704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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