#0BB07A

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

Shades of Mountain Meadow #0BB07A

Tints of Mountain Meadow #0BB07A

Color information

#0BB07A (or 0x0BB07A) is unknown color: approx Mountain Meadow. HEX triplet: 0B, B0 and 7A. RGB value is (11,176,122). Sum of RGB (Red+Green+Blue) = 11+176+122=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB07A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB07A is #F44F85. Grayscale: #787878. Windows color (decimal): -16011142 or 8040459. OLE color: 8040459.

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

Color convert

RGB11176122-
CMYK0.9400.310.31
HSL160.36º88.24%36.67%-
HSV(B)160.36º93.75%69.02%-
XYZ19.1832.5323.68-
YUV120.51128.8449.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.56%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=3.56%
G=56.96%
B=39.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111761220.9400.310.31160.3688.2436.67
HexBB07A5E01F1Fa05825
Octal132601721360373724013045
Binary1011101100001111010101111001111111111101000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,176,122); }

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

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

 a { background-color: rgb(11,176,122); }

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

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

 span { border-color: rgb(11,176,122); }

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