Html Css Color HEX #07B986 Mountain Meadow

📋 copy color: '#07B986'

red 7 ◦ green 185 ◦ blue 134

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

Shades of Mountain Meadow #07B986

Tints of Mountain Meadow #07B986

RGB

 RED value IS 7 (3.13% from 255) = 2.15%

 GREEN value IS 185 (72.66% from 255) = 56.75%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 2.15%
G = 56.75%
B = 41.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#07B986 (or 0x07B986) is known color: Mountain Meadow. HEX triplet: 07, B9 and 86. RGB value is (7,185,134). Sum of RGB (Red+Green+Blue) = 7+185+134=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #07B986 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B986 is #F84679. Grayscale: #7D7D7D. Windows color (decimal): -16270970 or 8829191. OLE color: 8829191.

HSL color Cylindrical-coordinate representation of color #07B986: hue angle of 162.81º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B986 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 185 134 -
CMYK 0.96 0 0.28 0.27
HSL 162.81º 0.93% 0.38% -
HSV(B) 162.81º 0.96% 0.73% -
XYZ 21.74 36.46 28.45 -
YUV 125.96 132.53 43.15 -
System Red Green Blue C M Y K H S L
Decimal 7 185 134 0.96 0 0.28 0.27 162.81 0.93 0.38
Hex 7 B9 86 60 0 1C 1B A3 5D 26
Octal 7 271 206 140 0 34 33 243 135 46
Binary 111 10111001 10000110 1100000 0 11100 11011 10100011 1011101 100110

Color Harmonies of #07B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B986

Black with #07B986

Text Example


Text Example

White with #07B986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07B986; }

 p { color: rgb(7,185,134); }

 H1.HeaderClassName
 {
   color: #07B986;
 }
 .AnyTagClassName
 {
   color: #07B986;
 }
</style>

background-color css

<style>
 a { background-color: #07B986; }

 a { background-color: rgb(7,185,134); }

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

border-color css

<style>
 span { border-color: #07B986; }

 span { border-color: rgb(7,185,134); }

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