Html Css Color HEX #0B724A Watercourse

📋 copy color: '#0B724A'

red 11 ◦ green 114 ◦ blue 74

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

Shades of Watercourse #0B724A

Tints of Watercourse #0B724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 5.53%
G = 57.29%
B = 37.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#0B724A (or 0x0B724A) is known color: Watercourse. HEX triplet: 0B, 72 and 4A. RGB value is (11,114,74). Sum of RGB (Red+Green+Blue) = 11+114+74=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #0B724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B724A is #F48DB5. Grayscale: #4E4E4E. Windows color (decimal): -16027062 or 4878859. OLE color: 4878859.

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

Color convert

RGB 11 114 74 -
CMYK 0.90 0 0.35 0.55
HSL 156.7º 0.82% 0.25% -
HSV(B) 156.7º 0.9% 0.45% -
XYZ 7.39 12.6 8.52 -
YUV 78.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 11 114 74 0.90 0 0.35 0.55 156.7 0.82 0.25
Hex B 72 4A 5A 0 23 37 9D 52 19
Octal 13 162 112 132 0 43 67 235 122 31
Binary 1011 1110010 1001010 1011010 0 100011 110111 10011101 1010010 11001

Color Harmonies of #0B724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B724A

Black with #0B724A

Text Example


Text Example

White with #0B724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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