#0BB279

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

Shades of Mountain Meadow #0BB279

Tints of Mountain Meadow #0BB279

Color information

#0BB279 (or 0x0BB279) is unknown color: approx 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

RGB11178121-
CMYK0.9400.320.30
HSL159.52º88.36%37.06%-
HSV(B)159.52º93.82%69.8%-
XYZ19.5133.2923.49-
YUV121.57127.6749.13-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111781210.9400.320.30159.5288.3637.06
HexBB2795E0201Ea05825
Octal132621711360403624013045
Binary10111011001011110011011110010000011110101000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>