Html Css Color HEX #0BBF77 Mountain Meadow

📋 copy color: '#0BBF77'

red 11 ◦ green 191 ◦ blue 119

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

Shades of Mountain Meadow #0BBF77

Tints of Mountain Meadow #0BBF77

RGB

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

 GREEN value IS 191 (75% from 255) = 59.5%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 3.43%
G = 59.5%
B = 37.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#0BBF77 (or 0x0BBF77) is known color: Mountain Meadow. HEX triplet: 0B, BF and 77. RGB value is (11,191,119). Sum of RGB (Red+Green+Blue) = 11+191+119=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBF77 is #F44088. Grayscale: #818181. Windows color (decimal): -16007305 or 7847691. OLE color: 7847691.

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

Color convert

RGB 11 191 119 -
CMYK 0.94 0 0.38 0.25
HSL 156º 0.89% 0.4% -
HSV(B) 156º 0.94% 0.75% -
XYZ 22.1 38.66 23.75 -
YUV 128.97 122.37 43.85 -
System Red Green Blue C M Y K H S L
Decimal 11 191 119 0.94 0 0.38 0.25 156 0.89 0.4
Hex B BF 77 5E 0 26 19 9C 59 28
Octal 13 277 167 136 0 46 31 234 131 50
Binary 1011 10111111 1110111 1011110 0 100110 11001 10011100 1011001 101000

Color Harmonies of #0BBF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF77

Black with #0BBF77

Text Example


Text Example

White with #0BBF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,119); }

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

background-color css

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

 a { background-color: rgb(11,191,119); }

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

border-color css

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

 span { border-color: rgb(11,191,119); }

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