Html Css Color HEX #0B704F Watercourse

📋 copy color: '#0B704F'

red 11 ◦ green 112 ◦ blue 79

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

Shades of Watercourse #0B704F

Tints of Watercourse #0B704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.11%

R = 5.45%
G = 55.45%
B = 39.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#0B704F (or 0x0B704F) is known color: Watercourse. HEX triplet: 0B, 70 and 4F. RGB value is (11,112,79). Sum of RGB (Red+Green+Blue) = 11+112+79=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #0B704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B704F is #F48FB0. Grayscale: #4E4E4E. Windows color (decimal): -16027569 or 5206027. OLE color: 5206027.

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

Color convert

RGB 11 112 79 -
CMYK 0.90 0 0.29 0.56
HSL 160.4º 0.82% 0.24% -
HSV(B) 160.4º 0.9% 0.44% -
XYZ 7.34 12.22 9.37 -
YUV 78.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 11 112 79 0.90 0 0.29 0.56 160.4 0.82 0.24
Hex B 70 4F 5A 0 1D 38 A0 52 18
Octal 13 160 117 132 0 35 70 240 122 30
Binary 1011 1110000 1001111 1011010 0 11101 111000 10100000 1010010 11000

Color Harmonies of #0B704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B704F

Black with #0B704F

Text Example


Text Example

White with #0B704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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