#0BB77B

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

Shades of Mountain Meadow #0BB77B

Tints of Mountain Meadow #0BB77B

Color information

#0BB77B (or 0x0BB77B) is unknown color: approx Mountain Meadow. HEX triplet: 0B, B7 and 7B. RGB value is (11,183,123). Sum of RGB (Red+Green+Blue) = 11+183+123=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB77B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB77B is #F44884. Grayscale: #7C7C7C. Windows color (decimal): -16009349 or 8107787. OLE color: 8107787.

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

Color convert

RGB11183123-
CMYK0.9400.330.28
HSL159.07º88.66%38.04%-
HSV(B)159.07º93.99%71.76%-
XYZ20.6535.3724.48-
YUV124.73127.0246.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.47%
GREEN value IS 183 (71.88% from 255) = 57.73%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=3.47%
G=57.73%
B=38.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111831230.9400.330.28159.0788.6638.04
HexBB77B5E0211C9f5926
Octal132671731360413423713146
Binary10111011011111110111011110010000111100100111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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