#0BB978

Color #0BB978 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0BB978

Tints of Mountain Meadow #0BB978

Color information

#0BB978 (or 0x0BB978) is unknown color: approx Mountain Meadow. HEX triplet: 0B, B9 and 78. RGB value is (11,185,120). Sum of RGB (Red+Green+Blue) = 11+185+120=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB978 is #F44687. Grayscale: #7D7D7D. Windows color (decimal): -16008840 or 7911691. OLE color: 7911691.

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

Color convert

RGB11185120-
CMYK0.9400.350.27
HSL157.59º88.78%38.43%-
HSV(B)157.59º94.05%72.55%-
XYZ20.8836.1323.64-
YUV125.56124.8546.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.48%
GREEN value IS 185 (72.66% from 255) = 58.54%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=3.48%
G=58.54%
B=37.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111851200.9400.350.27157.5988.7838.43
HexBB9785E0231B9e5926
Octal132711701360433323613146
Binary10111011100111110001011110010001111011100111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,185,120); }

 H1.HeaderClassName
 {
   color: #0BB978;
 }
 .AnyTagClassName
 {
   color: #0BB978;
 }
</style>
background-color css

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

 a { background-color: rgb(11,185,120); }

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

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

 span { border-color: rgb(11,185,120); }

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