Html Css Color HEX #0BB790 Mountain Meadow

📋 copy color: '#0BB790'

red 11 ◦ green 183 ◦ blue 144

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

Shades of Mountain Meadow #0BB790

Tints of Mountain Meadow #0BB790

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.14%

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 3.25%
G = 54.14%
B = 42.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#0BB790 (or 0x0BB790) is known color: Mountain Meadow. HEX triplet: 0B, B7 and 90. RGB value is (11,183,144). Sum of RGB (Red+Green+Blue) = 11+183+144=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB790 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB790 is #F4486F. Grayscale: #7F7F7F. Windows color (decimal): -16009328 or 9484043. OLE color: 9484043.

HSL color Cylindrical-coordinate representation of color #0BB790: hue angle of 166.4º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB790 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 183 144 -
CMYK 0.94 0 0.21 0.28
HSL 166.4º 0.89% 0.38% -
HSV(B) 166.4º 0.94% 0.72% -
XYZ 22.11 35.95 32.16 -
YUV 127.13 137.52 45.17 -
System Red Green Blue C M Y K H S L
Decimal 11 183 144 0.94 0 0.21 0.28 166.4 0.89 0.38
Hex B B7 90 5E 0 15 1C A6 59 26
Octal 13 267 220 136 0 25 34 246 131 46
Binary 1011 10110111 10010000 1011110 0 10101 11100 10100110 1011001 100110

Color Harmonies of #0BB790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB790

Black with #0BB790

Text Example


Text Example

White with #0BB790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,183,144); }

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

background-color css

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

 a { background-color: rgb(11,183,144); }

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

border-color css

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

 span { border-color: rgb(11,183,144); }

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