Html Css Color HEX #0FB079 Mountain Meadow

📋 copy color: '#0FB079'

red 15 ◦ green 176 ◦ blue 121

#0FB079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0FB079

Tints of Mountain Meadow #0FB079

RGB

 RED value IS 15 (6.25% from 255) = 4.81%

 GREEN value IS 176 (69.14% from 255) = 56.41%

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 4.81%
G = 56.41%
B = 38.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#0FB079 (or 0x0FB079) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 79. RGB value is (15,176,121). Sum of RGB (Red+Green+Blue) = 15+176+121=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB079 is #F04F86. Grayscale: #797979. Windows color (decimal): -15748999 or 7974927. OLE color: 7974927.

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

Color convert

RGB 15 176 121 -
CMYK 0.91 0 0.31 0.31
HSL 159.5º 0.84% 0.37% -
HSV(B) 159.5º 0.91% 0.69% -
XYZ 19.17 32.53 23.36 -
YUV 121.59 127.66 51.97 -
System Red Green Blue C M Y K H S L
Decimal 15 176 121 0.91 0 0.31 0.31 159.5 0.84 0.37
Hex F B0 79 5B 0 1F 1F A0 54 25
Octal 17 260 171 133 0 37 37 240 124 45
Binary 1111 10110000 1111001 1011011 0 11111 11111 10100000 1010100 100101

Color Harmonies of #0FB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB079

Black with #0FB079

Text Example


Text Example

White with #0FB079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,176,121); }

 H1.HeaderClassName
 {
   color: #0FB079;
 }
 .AnyTagClassName
 {
   color: #0FB079;
 }
</style>

background-color css

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

 a { background-color: rgb(15,176,121); }

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

border-color css

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

 span { border-color: rgb(15,176,121); }

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