Html Css Color HEX #0BB779 Mountain Meadow

📋 copy color: '#0BB779'

red 11 ◦ green 183 ◦ blue 121

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

Shades of Mountain Meadow #0BB779

Tints of Mountain Meadow #0BB779

RGB

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

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

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

R = 3.49%
G = 58.1%
B = 38.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#0BB779 (or 0x0BB779) is known color: Mountain Meadow. HEX triplet: 0B, B7 and 79. RGB value is (11,183,121). Sum of RGB (Red+Green+Blue) = 11+183+121=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB779 is #F44886. Grayscale: #7C7C7C. Windows color (decimal): -16009351 or 7976715. OLE color: 7976715.

HSL color Cylindrical-coordinate representation of color #0BB779: hue angle of 158.37º 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 #0BB779 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 183 121 -
CMYK 0.94 0 0.34 0.28
HSL 158.37º 0.89% 0.38% -
HSV(B) 158.37º 0.94% 0.72% -
XYZ 20.52 35.32 23.82 -
YUV 124.5 126.02 47.04 -
System Red Green Blue C M Y K H S L
Decimal 11 183 121 0.94 0 0.34 0.28 158.37 0.89 0.38
Hex B B7 79 5E 0 22 1C 9E 59 26
Octal 13 267 171 136 0 42 34 236 131 46
Binary 1011 10110111 1111001 1011110 0 100010 11100 10011110 1011001 100110

Color Harmonies of #0BB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB779

Black with #0BB779

Text Example


Text Example

White with #0BB779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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