Html Css Color HEX #0BB279 Mountain Meadow

📋 copy color: '#0BB279'

red 11 ◦ green 178 ◦ blue 121

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

Shades of Mountain Meadow #0BB279

Tints of Mountain Meadow #0BB279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.42%

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 3.55%
G = 57.42%
B = 39.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#0BB279 (or 0x0BB279) is known color: Mountain Meadow. HEX triplet: 0B, B2 and 79. RGB value is (11,178,121). Sum of RGB (Red+Green+Blue) = 11+178+121=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB279 is #F44D86. Grayscale: #797979. Windows color (decimal): -16010631 or 7975435. OLE color: 7975435.

HSL color Cylindrical-coordinate representation of color #0BB279: hue angle of 159.52º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB279 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 121 -
CMYK 0.94 0 0.32 0.30
HSL 159.52º 0.88% 0.37% -
HSV(B) 159.52º 0.94% 0.7% -
XYZ 19.51 33.29 23.49 -
YUV 121.57 127.67 49.13 -
System Red Green Blue C M Y K H S L
Decimal 11 178 121 0.94 0 0.32 0.30 159.52 0.88 0.37
Hex B B2 79 5E 0 20 1E A0 58 25
Octal 13 262 171 136 0 40 36 240 130 45
Binary 1011 10110010 1111001 1011110 0 100000 11110 10100000 1011000 100101

Color Harmonies of #0BB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB279

Black with #0BB279

Text Example


Text Example

White with #0BB279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,178,121); }

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

background-color css

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

 a { background-color: rgb(11,178,121); }

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

border-color css

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

 span { border-color: rgb(11,178,121); }

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