Html Css Color HEX #07BA8A Mountain Meadow

📋 copy color: '#07BA8A'

red 7 ◦ green 186 ◦ blue 138

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

Shades of Mountain Meadow #07BA8A

Tints of Mountain Meadow #07BA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 2.11%
G = 56.19%
B = 41.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#07BA8A (or 0x07BA8A) is known color: Mountain Meadow. HEX triplet: 07, BA and 8A. RGB value is (7,186,138). Sum of RGB (Red+Green+Blue) = 7+186+138=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA8A is #F84575. Grayscale: #7F7F7F. Windows color (decimal): -16270710 or 9091591. OLE color: 9091591.

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

Color convert

RGB 7 186 138 -
CMYK 0.96 0 0.26 0.27
HSL 163.91º 0.93% 0.38% -
HSV(B) 163.91º 0.96% 0.73% -
XYZ 22.23 37 30.01 -
YUV 127.01 134.2 42.4 -
System Red Green Blue C M Y K H S L
Decimal 7 186 138 0.96 0 0.26 0.27 163.91 0.93 0.38
Hex 7 BA 8A 60 0 1A 1B A4 5D 26
Octal 7 272 212 140 0 32 33 244 135 46
Binary 111 10111010 10001010 1100000 0 11010 11011 10100100 1011101 100110

Color Harmonies of #07BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA8A

Black with #07BA8A

Text Example


Text Example

White with #07BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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