#0FB777

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

Shades of Mountain Meadow #0FB777

Tints of Mountain Meadow #0FB777

Color information

#0FB777 (or 0x0FB777) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B7 and 77. RGB value is (15,183,119). Sum of RGB (Red+Green+Blue) = 15+183+119=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB777 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB777 is #F04888. Grayscale: #7D7D7D. Windows color (decimal): -15747209 or 7845647. OLE color: 7845647.

HSL color Cylindrical-coordinate representation of color #0FB777: hue angle of 157.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB777 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB15183119-
CMYK0.9200.350.28
HSL157.14º84.85%38.82%-
HSV(B)157.14º91.8%71.76%-
XYZ20.4635.323.19-
YUV125.47124.3449.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.73%
GREEN value IS 183 (71.88% from 255) = 57.73%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=4.73%
G=57.73%
B=37.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151831190.9200.350.28157.1484.8538.82
HexFB7775C0231C9d5527
Octal172671671340433423512547
Binary11111011011111101111011100010001111100100111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,183,119); }

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

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

 a { background-color: rgb(15,183,119); }

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

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

 span { border-color: rgb(15,183,119); }

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