Html Css Color HEX #0B6C4A Watercourse

📋 copy color: '#0B6C4A'

red 11 ◦ green 108 ◦ blue 74

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

Shades of Watercourse #0B6C4A

Tints of Watercourse #0B6C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.96%

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

R = 5.7%
G = 55.96%
B = 38.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#0B6C4A (or 0x0B6C4A) is known color: Watercourse. HEX triplet: 0B, 6C and 4A. RGB value is (11,108,74). Sum of RGB (Red+Green+Blue) = 11+108+74=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6C4A is #F493B5. Grayscale: #4B4B4B. Windows color (decimal): -16028598 or 4877323. OLE color: 4877323.

HSL color Cylindrical-coordinate representation of color #0B6C4A: hue angle of 158.97º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6C4A is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 108 74 -
CMYK 0.90 0 0.31 0.58
HSL 158.97º 0.82% 0.23% -
HSV(B) 158.97º 0.9% 0.42% -
XYZ 6.74 11.29 8.3 -
YUV 75.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 11 108 74 0.90 0 0.31 0.58 158.97 0.82 0.23
Hex B 6C 4A 5A 0 1F 3A 9F 52 17
Octal 13 154 112 132 0 37 72 237 122 27
Binary 1011 1101100 1001010 1011010 0 11111 111010 10011111 1010010 10111

Color Harmonies of #0B6C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6C4A

Black with #0B6C4A

Text Example


Text Example

White with #0B6C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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