Html Css Color HEX #07BA83 Mountain Meadow

📋 copy color: '#07BA83'

red 7 ◦ green 186 ◦ blue 131

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

Shades of Mountain Meadow #07BA83

Tints of Mountain Meadow #07BA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 2.16%
G = 57.41%
B = 40.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#07BA83 (or 0x07BA83) is known color: Mountain Meadow. HEX triplet: 07, BA and 83. RGB value is (7,186,131). Sum of RGB (Red+Green+Blue) = 7+186+131=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA83 is #F8457C. Grayscale: #7E7E7E. Windows color (decimal): -16270717 or 8632839. OLE color: 8632839.

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

Color convert

RGB 7 186 131 -
CMYK 0.96 0 0.30 0.27
HSL 161.56º 0.93% 0.38% -
HSV(B) 161.56º 0.96% 0.73% -
XYZ 21.74 36.8 27.43 -
YUV 126.21 130.7 42.97 -
System Red Green Blue C M Y K H S L
Decimal 7 186 131 0.96 0 0.30 0.27 161.56 0.93 0.38
Hex 7 BA 83 60 0 1E 1B A2 5D 26
Octal 7 272 203 140 0 36 33 242 135 46
Binary 111 10111010 10000011 1100000 0 11110 11011 10100010 1011101 100110

Color Harmonies of #07BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA83

Black with #07BA83

Text Example


Text Example

White with #07BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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