Html Css Color HEX #07BA7A Mountain Meadow

📋 copy color: '#07BA7A'

red 7 ◦ green 186 ◦ blue 122

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

Shades of Mountain Meadow #07BA7A

Tints of Mountain Meadow #07BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 2.22%
G = 59.05%
B = 38.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#07BA7A (or 0x07BA7A) is known color: Mountain Meadow. HEX triplet: 07, BA and 7A. RGB value is (7,186,122). Sum of RGB (Red+Green+Blue) = 7+186+122=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA7A is #F84585. Grayscale: #7D7D7D. Windows color (decimal): -16270726 or 8043015. OLE color: 8043015.

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

Color convert

RGB 7 186 122 -
CMYK 0.96 0 0.34 0.27
HSL 158.55º 0.93% 0.38% -
HSV(B) 158.55º 0.96% 0.73% -
XYZ 21.16 36.57 24.36 -
YUV 125.18 126.2 43.7 -
System Red Green Blue C M Y K H S L
Decimal 7 186 122 0.96 0 0.34 0.27 158.55 0.93 0.38
Hex 7 BA 7A 60 0 22 1B 9F 5D 26
Octal 7 272 172 140 0 42 33 237 135 46
Binary 111 10111010 1111010 1100000 0 100010 11011 10011111 1011101 100110

Color Harmonies of #07BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA7A

Black with #07BA7A

Text Example


Text Example

White with #07BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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