Html Css Color HEX #0FBA77 Mountain Meadow

📋 copy color: '#0FBA77'

red 15 ◦ green 186 ◦ blue 119

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

Shades of Mountain Meadow #0FBA77

Tints of Mountain Meadow #0FBA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.13%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 4.69%
G = 58.13%
B = 37.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#0FBA77 (or 0x0FBA77) is known color: Mountain Meadow. HEX triplet: 0F, BA and 77. RGB value is (15,186,119). Sum of RGB (Red+Green+Blue) = 15+186+119=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA77 is #F04588. Grayscale: #7F7F7F. Windows color (decimal): -15746441 or 7846415. OLE color: 7846415.

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

Color convert

RGB 15 186 119 -
CMYK 0.92 0 0.36 0.27
HSL 156.49º 0.85% 0.39% -
HSV(B) 156.49º 0.92% 0.73% -
XYZ 21.09 36.55 23.4 -
YUV 127.23 123.35 47.95 -
System Red Green Blue C M Y K H S L
Decimal 15 186 119 0.92 0 0.36 0.27 156.49 0.85 0.39
Hex F BA 77 5C 0 24 1B 9C 55 27
Octal 17 272 167 134 0 44 33 234 125 47
Binary 1111 10111010 1110111 1011100 0 100100 11011 10011100 1010101 100111

Color Harmonies of #0FBA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA77

Black with #0FBA77

Text Example


Text Example

White with #0FBA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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