Html Css Color HEX #0B724F Watercourse

📋 copy color: '#0B724F'

red 11 ◦ green 114 ◦ blue 79

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

Shades of Watercourse #0B724F

Tints of Watercourse #0B724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.88%

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

R = 5.39%
G = 55.88%
B = 38.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#0B724F (or 0x0B724F) is known color: Watercourse. HEX triplet: 0B, 72 and 4F. RGB value is (11,114,79). Sum of RGB (Red+Green+Blue) = 11+114+79=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #0B724F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B724F is #F48DB0. Grayscale: #4F4F4F. Windows color (decimal): -16027057 or 5206539. OLE color: 5206539.

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

Color convert

RGB 11 114 79 -
CMYK 0.90 0 0.31 0.55
HSL 159.61º 0.82% 0.25% -
HSV(B) 159.61º 0.9% 0.45% -
XYZ 7.57 12.67 9.44 -
YUV 79.21 127.88 79.35 -
System Red Green Blue C M Y K H S L
Decimal 11 114 79 0.90 0 0.31 0.55 159.61 0.82 0.25
Hex B 72 4F 5A 0 1F 37 A0 52 19
Octal 13 162 117 132 0 37 67 240 122 31
Binary 1011 1110010 1001111 1011010 0 11111 110111 10100000 1010010 11001

Color Harmonies of #0B724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B724F

Black with #0B724F

Text Example


Text Example

White with #0B724F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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