Html Css Color HEX #07BA7F Mountain Meadow

📋 copy color: '#07BA7F'

red 7 ◦ green 186 ◦ blue 127

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

Shades of Mountain Meadow #07BA7F

Tints of Mountain Meadow #07BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 2.19%
G = 58.13%
B = 39.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#07BA7F (or 0x07BA7F) is known color: Mountain Meadow. HEX triplet: 07, BA and 7F. RGB value is (7,186,127). Sum of RGB (Red+Green+Blue) = 7+186+127=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA7F is #F84580. Grayscale: #7D7D7D. Windows color (decimal): -16270721 or 8370695. OLE color: 8370695.

HSL color Cylindrical-coordinate representation of color #07BA7F: hue angle of 160.22º 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 #07BA7F is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 186 127 -
CMYK 0.96 0 0.32 0.27
HSL 160.22º 0.93% 0.38% -
HSV(B) 160.22º 0.96% 0.73% -
XYZ 21.48 36.7 26.03 -
YUV 125.75 128.7 43.3 -
System Red Green Blue C M Y K H S L
Decimal 7 186 127 0.96 0 0.32 0.27 160.22 0.93 0.38
Hex 7 BA 7F 60 0 20 1B A0 5D 26
Octal 7 272 177 140 0 40 33 240 135 46
Binary 111 10111010 1111111 1100000 0 100000 11011 10100000 1011101 100110

Color Harmonies of #07BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA7F

Black with #07BA7F

Text Example


Text Example

White with #07BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,127); }

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

background-color css

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

 a { background-color: rgb(7,186,127); }

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

border-color css

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

 span { border-color: rgb(7,186,127); }

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