Html Css Color HEX #0B714C Watercourse

📋 copy color: '#0B714C'

red 11 ◦ green 113 ◦ blue 76

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

Shades of Watercourse #0B714C

Tints of Watercourse #0B714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38%

R = 5.5%
G = 56.5%
B = 38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#0B714C (or 0x0B714C) is known color: Watercourse. HEX triplet: 0B, 71 and 4C. RGB value is (11,113,76). Sum of RGB (Red+Green+Blue) = 11+113+76=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #0B714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B714C is #F48EB3. Grayscale: #4E4E4E. Windows color (decimal): -16027316 or 5009675. OLE color: 5009675.

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

Color convert

RGB 11 113 76 -
CMYK 0.90 0 0.33 0.56
HSL 158.24º 0.82% 0.24% -
HSV(B) 158.24º 0.9% 0.44% -
XYZ 7.35 12.4 8.84 -
YUV 78.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 11 113 76 0.90 0 0.33 0.56 158.24 0.82 0.24
Hex B 71 4C 5A 0 21 38 9E 52 18
Octal 13 161 114 132 0 41 70 236 122 30
Binary 1011 1110001 1001100 1011010 0 100001 111000 10011110 1010010 11000

Color Harmonies of #0B714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B714C

Black with #0B714C

Text Example


Text Example

White with #0B714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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