Html Css Color HEX #0B714A Watercourse

📋 copy color: '#0B714A'

red 11 ◦ green 113 ◦ blue 74

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

Shades of Watercourse #0B714A

Tints of Watercourse #0B714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.07%

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

R = 5.56%
G = 57.07%
B = 37.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#0B714A (or 0x0B714A) is known color: Watercourse. HEX triplet: 0B, 71 and 4A. RGB value is (11,113,74). Sum of RGB (Red+Green+Blue) = 11+113+74=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #0B714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B714A is #F48EB5. Grayscale: #4E4E4E. Windows color (decimal): -16027318 or 4878603. OLE color: 4878603.

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

Color convert

RGB 11 113 74 -
CMYK 0.90 0 0.35 0.56
HSL 157.06º 0.82% 0.24% -
HSV(B) 157.06º 0.9% 0.44% -
XYZ 7.28 12.38 8.48 -
YUV 78.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 11 113 74 0.90 0 0.35 0.56 157.06 0.82 0.24
Hex B 71 4A 5A 0 23 38 9D 52 18
Octal 13 161 112 132 0 43 70 235 122 30
Binary 1011 1110001 1001010 1011010 0 100011 111000 10011101 1010010 11000

Color Harmonies of #0B714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B714A

Black with #0B714A

Text Example


Text Example

White with #0B714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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