Html Css Color HEX #0B6D4A Watercourse

📋 copy color: '#0B6D4A'

red 11 ◦ green 109 ◦ blue 74

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

Shades of Watercourse #0B6D4A

Tints of Watercourse #0B6D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.19%

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

R = 5.67%
G = 56.19%
B = 38.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#0B6D4A (or 0x0B6D4A) is known color: Watercourse. HEX triplet: 0B, 6D and 4A. RGB value is (11,109,74). Sum of RGB (Red+Green+Blue) = 11+109+74=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6D4A is #F492B5. Grayscale: #4B4B4B. Windows color (decimal): -16028342 or 4877579. OLE color: 4877579.

HSL color Cylindrical-coordinate representation of color #0B6D4A: hue angle of 158.57º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6D4A is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 109 74 -
CMYK 0.90 0 0.32 0.57
HSL 158.57º 0.82% 0.24% -
HSV(B) 158.57º 0.9% 0.43% -
XYZ 6.84 11.5 8.34 -
YUV 75.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 11 109 74 0.90 0 0.32 0.57 158.57 0.82 0.24
Hex B 6D 4A 5A 0 20 39 9F 52 18
Octal 13 155 112 132 0 40 71 237 122 30
Binary 1011 1101101 1001010 1011010 0 100000 111001 10011111 1010010 11000

Color Harmonies of #0B6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6D4A

Black with #0B6D4A

Text Example


Text Example

White with #0B6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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